Skip to content

Commit 6987dbd

Browse files
committed
docker: add jansi for Docker images
1 parent 59e6692 commit 6987dbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

chatgpt-cli/build.gradle

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.0.4'
44
id 'io.spring.dependency-management' version '1.1.0'
5-
id 'org.graalvm.buildtools.native' version '0.9.18'
5+
id 'org.graalvm.buildtools.native' version '0.9.20'
66
}
77

88
sourceCompatibility = '17'
@@ -29,6 +29,9 @@ dependencies {
2929
annotationProcessor 'org.projectlombok:lombok'
3030

3131
implementation 'org.springframework.shell:spring-shell-starter'
32+
33+
implementation 'org.fusesource.jansi:jansi:2.4.0'
34+
3235
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3336
}
3437

0 commit comments

Comments
 (0)