Skip to content

Commit

Permalink
Disable native until liberica NIK has JDK21 in docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmusin committed Feb 29, 2024
1 parent 9e2a7e6 commit b838c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("org.springframework.boot") version "3.2.3"
id("io.spring.dependency-management") version "1.1.4"
id("org.graalvm.buildtools.native") version "0.10.1"
// id("org.graalvm.buildtools.native") version "0.10.1" // Enable when bellsoft/liberica-native-image-kit-container for JDK 21 is available
// https://hub.docker.com/r/bellsoft/liberica-native-image-kit-container/tags?page=1&name=jdk-21
kotlin("jvm") version "1.9.22"
kotlin("plugin.spring") version "1.9.22"
}
Expand Down

0 comments on commit b838c6d

Please sign in to comment.