Use JavaExec instead of DefaultTask for Gradle Task grader{Private,Public}Run #159
Labels
feature request
semver:major
A major change breaking backwards compatibility
size:L
This can be dealt with in 2-3 weeks
Milestone
Currently, class GraderRunTask is using DefaultTask as basic class.
In IntelliJ, when a DefaultTask is started, gradle uses resources from the IDE. Especially, gradle does not create a new process. It is very likely that this behavior results in the following issues:
Using JavaExec instead of DefaultTask might solve these issues.
The text was updated successfully, but these errors were encountered: