Skip to content

Commit a507d6a

Browse files
committed
Update dependency scope
1 parent 21fed29 commit a507d6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ plugins {
1818
version "2.0.0.BUILD-SNAPSHOT"
1919
group "org.grails.plugins"
2020

21+
apply plugin: 'java-library'
2122
apply plugin:"eclipse"
2223
apply plugin:"idea"
2324
apply plugin:"org.grails.grails-plugin"
@@ -51,7 +52,7 @@ dependencies {
5152
provided "org.grails:grails-core"
5253
profile "org.grails.profiles:plugin"
5354
provided "org.grails:grails-gorm-testing-support"
54-
compile("de.flapdoodle.embed:de.flapdoodle.embed.mongo:2.2.0") {
55+
api("de.flapdoodle.embed:de.flapdoodle.embed.mongo:2.2.0") {
5556
exclude group: "commons-io"
5657
exclude group: "org.apache.commons", module: "commons-lang3"
5758
exclude group: "net.java.dev.jna"

0 commit comments

Comments
 (0)