Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make bom api dependency
Browse files Browse the repository at this point in the history
codeconsole committed Nov 11, 2024
1 parent 8834d38 commit 7507032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ subprojects { subproject ->
}

dependencies {
implementation platform("org.grails:grails-bom:$grailsVersion")
api platform("org.grails:grails-bom:$grailsVersion")

api "org.apache.groovy:groovy:$groovyVersion"
api "org.slf4j:slf4j-api"

0 comments on commit 7507032

Please sign in to comment.