You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ plugins {
29
29
id 'checkstyle'
30
30
id 'codenarc'
31
31
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
33
34
id "org.owasp.dependencycheck" version "latest.release" apply false
34
35
id "se.patrikerdes.use-latest-versions" version "latest.release" apply false
35
36
id "com.github.ben-manes.versions" version "latest.release" apply false
0 commit comments