@@ -4,7 +4,7 @@ buildscript {
4
4
}
5
5
dependencies {
6
6
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 "
8
8
}
9
9
}
10
10
@@ -14,7 +14,7 @@ group "org.grails.plugins"
14
14
apply plugin : ' java-library'
15
15
apply plugin :" eclipse"
16
16
apply plugin :" idea"
17
- apply plugin : " org.asciidoctor.convert"
17
+ apply plugin : " org.asciidoctor.jvm. convert"
18
18
apply plugin :" org.grails.grails-plugin"
19
19
apply plugin :" org.grails.internal.grails-plugin-publish"
20
20
@@ -47,7 +47,9 @@ dependencies {
47
47
exclude group : " org.slf4j"
48
48
}
49
49
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 "
51
53
}
52
54
53
55
grailsPublish {
@@ -58,7 +60,7 @@ grailsPublish {
58
60
}
59
61
title = " Embedded MongoDB Plugin"
60
62
desc = " Executes an embedded mongo database for integration or functional testing"
61
- developers = [jameskleeh : " James Kleeh" ]
63
+ developers = [jameskleeh : " James Kleeh" , puneetbehl : " Puneet Behl " ]
62
64
}
63
65
64
66
asciidoctor {
0 commit comments