Generating documentation using Gradle 8.5, using the command .\gradlew.bat :asciidoctor --warning-mode=all, has the following deprecated warning
The JavaExecSpec.main property has been deprecated. This is scheduled to be removed in Gradle 9.0. Please use the mainClass property instead. For more information, please refer to https://docs.gradle.org/8.5/dsl/org.gradle.process.J
avaExecSpec.html#org.gradle.process.JavaExecSpec:main in the Gradle documentation.
Generating documentation using Gradle 8.5, using the command
.\gradlew.bat :asciidoctor --warning-mode=all
, has the following deprecated warningNot sure when 9 would be released though.