asciidoctor / asciidoctor-gradle-plugin

A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
https://asciidoctor.github.io/asciidoctor-gradle-plugin/
Apache License 2.0
285 stars 120 forks source link

Support latest worker API for Gradle 8.0 compatibility #656

Closed ghale closed 1 year ago

ghale commented 1 year ago

Gradle 8.0 will retire the deprecated WorkerExecutor.submit() method. This PR changes the plugin's use of the worker API to use the new methods introduced in Gradle 5.6.

ysb33r commented 1 year ago

Thank you. Will test this locally and fix anything that might be broken.