Skip to content

Commit 5b20efd

Browse files
committed
change jline to compileOnly
1 parent 0a79bd9 commit 5b20efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation libs.spring.core
3737
implementation libs.spring.security.crypto
3838
implementation libs.spring.tx
39-
implementation "jline:jline" // for shell commands
39+
compileOnly "jline:jline" // for shell commands
4040

4141
compileOnly libs.groovy.core // Compile-time annotations
4242
compileOnly libs.jakarta.servlet.api // Provided

0 commit comments

Comments
 (0)