Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 78c12d1

Browse files
authored
fixing issue #268 (#270)
1 parent 380a08f commit 78c12d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
exclude group: 'org.liquibase', module: 'liquibase-test-harness'
5151
exclude group: 'com.h2database', module: 'h2'
5252
}
53-
api("org.grails:grails-shell") {
53+
compileOnlyApi("org.grails:grails-shell") {
5454
exclude group: 'org.slf4j', module: 'slf4j-simple'
5555
}
5656
compileOnly "org.hibernate:hibernate-core:5.6.7.Final"

0 commit comments

Comments
 (0)