Releases: psxpaul/gradle-execfork-plugin
Releases · psxpaul/gradle-execfork-plugin
Potential fix for memory leak
01 Dec 22:34
Compare
Sorry, something went wrong.
No results found
bump gradle, jdk, and kotlin versions
attempt to address #25 by removing shutdown hook after stopping a task
Update gradle, kotlin, and jdk versions
01 Nov 21:09
Compare
Sorry, something went wrong.
No results found
Updates the gradle, kotlin, and jdk versions used to build the plugin.
Support for Gradle Configuration Cache
29 Mar 01:31
Compare
Sorry, something went wrong.
No results found
Shorten command line with pathing JAR
14 Apr 21:03
Compare
Sorry, something went wrong.
No results found
Thanks to @fbieler for this contribution
Fix Gradle 7.0 validation errors
13 Apr 21:03
Compare
Sorry, something went wrong.
No results found
Thanks to @melix and @henrik242 for their PRs. This release bumps some dependency versions and fixes #36
Add killDescendants option
19 Dec 06:01
Compare
Sorry, something went wrong.
No results found
Thanks to @mduft for the PR, this should fix #9 by adding a new killDescendants option (enabled by default).
Updated Gradle to 5.6
21 Aug 16:54
Compare
Sorry, something went wrong.
No results found
Make gradle version more explicit
07 Jun 22:14
Compare
Sorry, something went wrong.
No results found
Fix ArrayStoreException and Gradle 5.3 errors
27 Mar 17:24
Compare
Sorry, something went wrong.
No results found
Made (Java)ExecFork implement ProcessForkOptions
09 Jan 19:26
Compare
Sorry, something went wrong.
No results found
Thanks to @DreierF for his PR. This should fix issues #8 and #14 .