Juho Makinen
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Changing Gradle env variables when running a task by double clicking
AnsweredHi!I am working on a plugin that adds environment variables to Gradle executions based on external user configuration files. I have been using org.jetbrains.plugins.gradle.executionEnvironmentProv... -
Created How to run code in a plugin before Gradle initialization?
AnsweredHi, I am writing a plugin that manages users' JDKs based on configuration files checked in to the project. My plugin downloads the JDK and sets it as the project SDK when the project is opened. I w...