This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 1414
1515version rootProject. version
1616
17- apply plugin : ' org.asciidoctor.convert'
1817apply plugin : ' groovy'
18+ apply plugin : ' org.asciidoctor.jvm.convert'
1919
2020configurations. 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-
7369task fetchSource {
7470 outputs. dir layout. buildDirectory. dir(' checkout' )
7571 inputs. properties(branch : githubBranch)
You can’t perform that action at this time.
0 commit comments