Eclipse : How to set env variables for Gradle run
问题 I am using the buildship plugin to build gradle projects. I need to use some env variables in my build script to connect to some external repositories. When i run the gradle build from command line, it works fine as I have the required env variables. I would like to run the build from eclipse. I do not see an Environment tab in the run configuration window. How do i set env variables for gradle build in eclipse? Here is where i need the env variables repositories { mavenCentral() maven { def