Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit dd87ead

Browse files
authored
Update Gradle Asciidoctor Plugin to 4.0.0-alpha.1 (#693)
1 parent 81de07d commit dd87ead

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
classpath "io.github.groovylang.groovydoc:groovydoc-gradle-plugin:1.0.1"
1010
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
1111
classpath "org.grails.plugins:views-gradle:2.3.2"
12-
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.6.1'
12+
classpath("org.asciidoctor:asciidoctor-gradle-jvm:4.0.0-alpha.1")
1313
classpath "com.github.erdi:webdriver-binaries-gradle-plugin:3.0"
1414
classpath "org.gradle:test-retry-gradle-plugin:1.5.2"
1515
}

docs/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ext {
1414

1515
version rootProject.version
1616

17-
apply plugin: 'org.asciidoctor.convert'
1817
apply plugin: 'groovy'
18+
apply plugin: 'org.asciidoctor.jvm.convert'
1919

2020
configurations.all {
2121
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
@@ -66,10 +66,6 @@ asciidoctor {
6666
'sourcedir' : "${project.projectDir}/src/main/groovy"
6767
}
6868

69-
asciidoctorj {
70-
version = '1.5.4'
71-
}
72-
7369
task fetchSource {
7470
outputs.dir layout.buildDirectory.dir('checkout')
7571
inputs.properties(branch: githubBranch)

0 commit comments

Comments
 (0)