We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1994d59 commit f5a6c98Copy full SHA for f5a6c98
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'base'
3
- id 'org.asciidoctor.convert' version '1.5.3'
+ id 'org.asciidoctor.jvm.convert' version '4.0.0-alpha.1'
4
id 'org.grails.grails-gdoc-to-asciidoc'
5
}
6
@@ -24,10 +24,6 @@ configurations {
24
publish
25
26
27
-asciidoctorj {
28
- version = '1.5.4'
29
-}
30
-
31
gdoc2asciidoc {
32
apiLinks = ['org.hibernate':'https://docs.jboss.org/hibernate/orm/current/javadocs/',
33
'org.springframework.boot':'https://docs.spring.io/spring-boot/docs/2.5.2/api',
0 commit comments