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 50f320d commit 63710d2Copy full SHA for 63710d2
buildSrc/build.gradle
@@ -21,6 +21,5 @@ repositories {
21
22
dependencies {
23
implementation platform("org.apache.grails:grails-bom:$grailsVersion")
24
- implementation "org.asciidoctor.jvm.convert:org.asciidoctor.jvm.convert.gradle.plugin:$asciidoctorGradlePluginVersion"
25
implementation 'org.apache.grails:grails-gradle-plugins'
26
}
gradle.properties
@@ -2,10 +2,6 @@ version=1.0.0-SNAPSHOT
2
grailsVersion=7.0.0-SNAPSHOT
3
javaVersion=17
4
5
-asciidoctorGradlePluginVersion=4.0.4
6
-gradleCryptoChecksumVersion=1.4.0
7
-ratVersion=0.8.1
8
-
9
org.gradle.daemon=true
10
org.gradle.parallel=true
11
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M
0 commit comments