We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e6692 commit 6987dbdCopy full SHA for 6987dbd
chatgpt-cli/build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'java'
3
id 'org.springframework.boot' version '3.0.4'
4
id 'io.spring.dependency-management' version '1.1.0'
5
- id 'org.graalvm.buildtools.native' version '0.9.18'
+ id 'org.graalvm.buildtools.native' version '0.9.20'
6
}
7
8
sourceCompatibility = '17'
@@ -29,6 +29,9 @@ dependencies {
29
annotationProcessor 'org.projectlombok:lombok'
30
31
implementation 'org.springframework.shell:spring-shell-starter'
32
+
33
+ implementation 'org.fusesource.jansi:jansi:2.4.0'
34
35
testImplementation 'org.springframework.boot:spring-boot-starter-test'
36
37
0 commit comments