Skip to content

Commit

Permalink
Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda authored Dec 25, 2023
1 parent dfb33ee commit 1577b09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ application {
}

java {
sourceCompatibility = JavaVersion.VERSION_20
targetCompatibility = JavaVersion.VERSION_20
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}

jib {
from {
image = "eclipse-temurin:20-jdk"
image = "eclipse-temurin:21-jdk"
platforms {
platform {
os = "linux"
Expand Down

0 comments on commit 1577b09

Please sign in to comment.