Hello to the forum!!
We have a multiproject build and a need to pass environment variable to build.gradle, on the windows 7 commandline this i working great, but how can i do this in buildship/eclipse?
Hello to the forum!!
We have a multiproject build and a need to pass environment variable to build.gradle, on the windows 7 commandline this i working great, but how can i do this in buildship/eclipse?
Buildship and Eclipse share the same process, so you can adjust the environmental variables for Eclipse itself, although I would advise against it. You can specify program and JVM arguments in the project properties what you can reference from your build. Also, check out the Build Environment section of the user guide for more information.