Gabriel Broilo Luz
Gabriel Broilo Luz
I'm facing the same issue @vjkoskela listed above, is there any recommended solution for something like: ``` foo=1 foo=${?FOO_OVERRIDE} bar="1" ```
Hi @havocp, do you have any idea why I would get this exception? ``` port = 6379 port = ${?SOME_PORT} --- val port = settings.getInt("port") --- com.typesafe.config.ConfigException$WrongType: env variables: port...
Yes, I wans't able to download the library without adding the resolver @sbilinski
Yes, I'm using the latest one. I was following the readme of the repo to setup my project but when it didn't work I searched a bit more and found...
+1 I tried several times and no luck, the scoverage report is never shown in Sonarqube