Skip to content

Commit b05b9db

Browse files
committed
Fixed: sets org.asciidoctor.jvm plugins to version "4.0.5"
For now we can not update above. See "production-ready version" warning in https://plugins.gradle.org/plugin/org.asciidoctor.jvm
1 parent a51a293 commit b05b9db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ plugins {
2929
id 'checkstyle'
3030
id 'codenarc'
3131
id 'maven-publish'
32-
id "org.asciidoctor.jvm.convert" version "latest.release"
32+
id "org.asciidoctor.jvm.convert" version "4.0.5" // For now we can not update above. See "production-ready version" warning in https://plugins.gradle.org/plugin/org.asciidoctor.jvm
33+
id "org.asciidoctor.jvm.pdf" version "4.0.5" // For now we can not update above. See "production-ready version" warning in https://plugins.gradle.org/plugin/org.asciidoctor.jvm
3334
id "org.owasp.dependencycheck" version "latest.release" apply false
3435
id "se.patrikerdes.use-latest-versions" version "latest.release" apply false
3536
id "com.github.ben-manes.versions" version "latest.release" apply false

0 commit comments

Comments
 (0)