Skip to content

Commit

Permalink
add jline for shell commands
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Oct 24, 2024
1 parent d27a57f commit 0a79bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repositories {
}

dependencies {
implementation platform("org.grails:grails-bom:7.0.0-SNAPSHOT")
implementation buildsrcLibs.asciidoctorj
implementation buildsrcLibs.asset.pipeline.gradle
implementation buildsrcLibs.grails.gradle.plugin, {
Expand Down
1 change: 1 addition & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {
implementation libs.spring.core
implementation libs.spring.security.crypto
implementation libs.spring.tx
implementation "jline:jline" // for shell commands

compileOnly libs.groovy.core // Compile-time annotations
compileOnly libs.jakarta.servlet.api // Provided
Expand Down

0 comments on commit 0a79bd9

Please sign in to comment.