Upgrade to Gradle 8.14.1 and minimize deprecation warnings

This commit is contained in:
Andy Wilkinson
2025-06-03 11:13:35 +01:00
parent c1266abe9f
commit 20cff4d77b
8 changed files with 13 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id "org.asciidoctor.jvm.convert" version "3.3.2"
id "org.asciidoctor.jvm.convert" version "4.0.4"
id "java-library"
}