Skip to content

Commit 38b6fce

Browse files
authored
Update Gradle Asciidoc plugin (#16)
1 parent 1f1c09f commit 38b6fce

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55
dependencies {
66
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
7-
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.6.1'
7+
classpath "org.asciidoctor:asciidoctor-gradle-jvm:3.3.2"
88
}
99
}
1010

@@ -14,7 +14,7 @@ group "org.grails.plugins"
1414
apply plugin: 'java-library'
1515
apply plugin:"eclipse"
1616
apply plugin:"idea"
17-
apply plugin: "org.asciidoctor.convert"
17+
apply plugin: "org.asciidoctor.jvm.convert"
1818
apply plugin:"org.grails.grails-plugin"
1919
apply plugin:"org.grails.internal.grails-plugin-publish"
2020

@@ -47,7 +47,9 @@ dependencies {
4747
exclude group: "org.slf4j"
4848
}
4949
api "org.grails.plugins:mongodb"
50-
documentation "org.codehaus.groovy:groovy-all"
50+
documentation "org.codehaus.groovy:groovy:$groovyVersion"
51+
documentation "org.codehaus.groovy:groovy-ant:$groovyVersion"
52+
documentation "org.codehaus.groovy:groovy-templates:$groovyVersion"
5153
}
5254

5355
grailsPublish {
@@ -58,7 +60,7 @@ grailsPublish {
5860
}
5961
title = "Embedded MongoDB Plugin"
6062
desc = "Executes an embedded mongo database for integration or functional testing"
61-
developers = [jameskleeh: "James Kleeh"]
63+
developers = [jameskleeh: "James Kleeh", puneetbehl: "Puneet Behl"]
6264
}
6365

6466
asciidoctor {

0 commit comments

Comments
 (0)