Skip to content

Commit f5a6c98

Browse files
authored
Update to Asciidoc 4.0.0-alpha.1 (#855)
1 parent 1994d59 commit f5a6c98

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'base'
3-
id 'org.asciidoctor.convert' version '1.5.3'
3+
id 'org.asciidoctor.jvm.convert' version '4.0.0-alpha.1'
44
id 'org.grails.grails-gdoc-to-asciidoc'
55
}
66

@@ -24,10 +24,6 @@ configurations {
2424
publish
2525
}
2626

27-
asciidoctorj {
28-
version = '1.5.4'
29-
}
30-
3127
gdoc2asciidoc {
3228
apiLinks = ['org.hibernate':'https://docs.jboss.org/hibernate/orm/current/javadocs/',
3329
'org.springframework.boot':'https://docs.spring.io/spring-boot/docs/2.5.2/api',

0 commit comments

Comments
 (0)