Skip to content

Commit

Permalink
Upgrade spring-shell 3.3.0
Browse files Browse the repository at this point in the history
- Enable interactive runner as shell 3.3.x only
  have non-interactive runner enabled by default
- Needs Upgrade to spring-boot 3.3.0
- Fixes #201
- Fixes #202
  • Loading branch information
jvalkeal committed Jun 4, 2024
1 parent 051d2f2 commit 39eee23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.2.5'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
id 'org.graalvm.buildtools.native' version '0.9.19' apply false
Expand Down Expand Up @@ -42,7 +42,7 @@ repositories {
}

ext {
set('springShellVersion', '3.2.4')
set('springShellVersion', '3.3.0')
set('initializrVersion', '0.11.1')
set('jarchivelibVersion', '1.2.0')
set('kohsukeVersion', '1.301')
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/springcliapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ spring:
web-application-type: none
banner-mode: off
shell:
interactive:
enabled: true
config:
location: "{userconfig}/springcli"
history:
Expand Down

0 comments on commit 39eee23

Please sign in to comment.