@@ -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"
1414apply plugin : ' java-library'
1515apply plugin :" eclipse"
1616apply plugin :" idea"
17- apply plugin : " org.asciidoctor.convert"
17+ apply plugin : " org.asciidoctor.jvm. convert"
1818apply plugin :" org.grails.grails-plugin"
1919apply 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
5355grailsPublish {
@@ -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
6466asciidoctor {
0 commit comments