Here is our playframework build.gradle.
We need to load our own conf file from a know location. We do it in sbt by injecting via env variable -Dconfig.file
How do i do that in gradle ?
Here is our build.sbt
We need to load our own conf file from a know location. We do it in sbt by injecting via env variable -Dconfig.file
How do i do that in gradle ?
Here is our build.sbt
Hi,
Has anybody found a solution for this problem ?