Skip to content

Releases: psxpaul/gradle-execfork-plugin

Potential fix for memory leak

01 Dec 22:34
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Updates the gradle, kotlin, and jdk versions used to build the plugin.

Support for Gradle Configuration Cache

29 Mar 01:31
732eabf
Compare
Choose a tag to compare

Shorten command line with pathing JAR

14 Apr 21:03
Compare
Choose a tag to compare

Thanks to @fbieler for this contribution

Fix Gradle 7.0 validation errors

13 Apr 21:03
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Thanks to @DreierF for the PR, this should fix #26

Make gradle version more explicit

07 Jun 22:14
Compare
Choose a tag to compare

Thanks to @DreierF, this should fix #20, #21, and #22

Fix ArrayStoreException and Gradle 5.3 errors

27 Mar 17:24
Compare
Choose a tag to compare

Thanks to @henrik242 for fixing #18. Should also fix #16.

Made (Java)ExecFork implement ProcessForkOptions

09 Jan 19:26
Compare
Choose a tag to compare

Thanks to @DreierF for his PR. This should fix issues #8 and #14.