generated from JetBrains/intellij-platform-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Support envvar injection for Gradle tool window task (#117)
## Description The gradle task can be ran on many routes. This PR fixes the envvar cannot be loaded when Gradle Task is ran by Gradle Tool window. - Closes: #116 --- Used a little hack: insert envvars to runConfiguration before execution, and add terminated litener to the execution, remove the envvars from it. Co-authored-by: Cooper Oh <cooper@chequer.io>
- Loading branch information
Showing
2 changed files
with
122 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters