When trying to run a JUnit test I'm getting the wrong values for a properties file. There are 2 versions of this file, one for the regular Java code and another for tests.
My project is built with gradle and I have correctly configured sourceSets for both main and test.
This very same config works fine on Intellij 13. Am I missing something?