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
287 stars 122 forks source link

Adding Java 17 to the Github verification workflow #728

Closed vogella closed 5 months ago

vogella commented 7 months ago

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

vogella commented 7 months ago

Is Java 17 not yet supported?

esafak commented 6 months ago

Is the JDK 17 build working locally?

vogella commented 5 months ago

Is the JDK 17 build working locally?

We use now Java 21, works fine.

vogella commented 5 months 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.