Juho Makinen
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 Changing Gradle env variables when running a task by double clicking
已回答Hi!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... -
创建于 How to run code in a plugin before Gradle initialization?
已回答Hi, 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...