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
283 stars 120 forks source link

Adding Java 17 to the Github verification workflow #728

Closed vogella closed 2 weeks ago

vogella commented 2 months ago

Ensure that the plug-ins also is verified with Java 17.

vogella commented 2 months ago

Is Java 17 not yet supported?

esafak commented 1 month ago

Is the JDK 17 build working locally?

vogella commented 2 weeks ago

Is the JDK 17 build working locally?

We use now Java 21, works fine.

vogella commented 2 weeks ago

Closing. AFAICS the verification build uses an older version of Gradle which does not yet know how to handle Java 17 nor Java 21 and suggesting to change that seems out of scope for me, this is something for the main developers to decide.