Skip to content

Commit

Permalink
fix(docker): bump jib version
Browse files Browse the repository at this point in the history
post upgrading to jdk21, jib library used by gradle to package docker image not properly supported latest java releases.
  • Loading branch information
LouisVN committed Dec 1, 2024
1 parent 2939992 commit 1c7977c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
java
kotlin("jvm") version "2.0.21" apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("com.google.cloud.tools.jib") version "2.2.0" apply false
id("com.google.cloud.tools.jib") version "3.4.4" apply false
id("com.github.ben-manes.versions") version "0.28.0"
id("com.palantir.git-version") version "0.12.3"

Expand Down

0 comments on commit 1c7977c

Please sign in to comment.