Skip to content

Commit

Permalink
made micronaut-spring dependency api instead of implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Nov 25, 2020
1 parent fb7d00c commit 84f2cd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ subprojects { Project subproject ->
if (subproject.name == 'guide') return

apply plugin: 'io.spring.dependency-management'
apply plugin: 'java-library'
apply plugin: 'groovy'
apply plugin: 'checkstyle'
apply plugin: 'codenarc'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ projects {
directories = ['subprojects', 'docs', 'examples']
}

rootProject.name = 'micronaut-libraries'
rootProject.name = 'micronaut-grails'
2 changes: 1 addition & 1 deletion subprojects/micronaut-grails/micronaut-grails.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ config {
}

dependencies {
implementation 'io.micronaut:micronaut-spring'
api 'io.micronaut:micronaut-spring'
implementation 'org.grails:grails-core'
implementation "space.jasan:groovy-closure-support:$groovyClosureSupportVersion"

Expand Down

0 comments on commit 84f2cd7

Please sign in to comment.