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 21fed29 commit a507d6aCopy full SHA for a507d6a
build.gradle
@@ -18,6 +18,7 @@ plugins {
18
version "2.0.0.BUILD-SNAPSHOT"
19
group "org.grails.plugins"
20
21
+apply plugin: 'java-library'
22
apply plugin:"eclipse"
23
apply plugin:"idea"
24
apply plugin:"org.grails.grails-plugin"
@@ -51,7 +52,7 @@ dependencies {
51
52
provided "org.grails:grails-core"
53
profile "org.grails.profiles:plugin"
54
provided "org.grails:grails-gorm-testing-support"
- compile("de.flapdoodle.embed:de.flapdoodle.embed.mongo:2.2.0") {
55
+ api("de.flapdoodle.embed:de.flapdoodle.embed.mongo:2.2.0") {
56
exclude group: "commons-io"
57
exclude group: "org.apache.commons", module: "commons-lang3"
58
exclude group: "net.java.dev.jna"
0 commit comments