freefair / gradle-plugins

Gradle Plugin Collection
https://docs.freefair.io/gradle-plugins/current/reference/
MIT License
223 stars 33 forks source link

Remove usage of Gradle internal JavaExecHandleBuilder #1247

Closed asodja closed 6 days ago

asodja commented 1 week ago

I was doing some code changes to Gradle internal JavaExecHandleBuilder (https://github.com/gradle/gradle/pull/31318), and our tests showed that my changes break your plugin.

This PR replaces JavaExecHandleBuilder usage with ExecOperations.javaExec() that is a public API, to avoid such problems in the future.