Skip to content

Commit

Permalink
Fix non interactive mode (#100)
Browse files Browse the repository at this point in the history
* fix: non interactive mode

* chore: updated version to 0.2.2
  • Loading branch information
Dankoy authored Jul 16, 2024
1 parent 0658996 commit b204b94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
apply plugin: "io.spring.dependency-management"

group = 'ru.dankoy'
version = '0.2.1-SNAPSHOT'
version = '0.2.2-SNAPSHOT'

java {
sourceCompatibility = '21'
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ spring:
enabled: true
template-loader-path: /templates/

shell:
interactive:
enabled: true

datasource:
driver-class-name: org.sqlite.JDBC
Expand Down

0 comments on commit b204b94

Please sign in to comment.