From b204b94f99fee94feb441f5924a53fe3e0cfb961 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Tue, 16 Jul 2024 08:14:51 +0300 Subject: [PATCH] Fix non interactive mode (#100) * fix: non interactive mode * chore: updated version to 0.2.2 --- build.gradle | 2 +- src/main/resources/application.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa4dba5..8b51c60 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index fd18160..2e3002f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -5,6 +5,9 @@ spring: enabled: true template-loader-path: /templates/ + shell: + interactive: + enabled: true datasource: driver-class-name: org.sqlite.JDBC