Skip to content

Commit

Permalink
chore: graalvm java 23 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Jan 28, 2024
1 parent fd8d569 commit 25c455a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ java --enable-preview \
$ jdeps -q \
-R \
--ignore-missing-deps \
--multi-release=21 \
--multi-release=23 \
build/libs/native-image-playground-*-all.jar

# Build native image from modular jars
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
java = "21"
java = "23"
kotlin = "2.0.0-Beta3"
kotlin-ksp = "2.0.0-Beta3-1.0.17"
kotlin-jvmtarget = "21"
Expand Down Expand Up @@ -34,11 +34,11 @@ kotlinx-reflect-lite = "1.0.0"
zip-prefixer = "0.3.1"
ajalt-clikt = "4.2.2"
ajalt-mordant = "2.2.0"
ajalt-colormath = "3.3.3"
ajalt-colormath = "3.4.0"
dokka = "1.9.10"
helidon = "4.0.3"
helidon = "4.0.4"
jgit = "6.6.0.202305301015-r"
jte = "3.1.6"
jte = "3.1.9"
junit = "5.10.1"
ktor = "3.0.0-beta-1"
kotlinRetry = "1.0.9"
Expand All @@ -61,7 +61,7 @@ intellij-markdown = "0.6.1"
# Plugin versions
benmanes = "0.51.0"
foojay-resolver = "0.8.0"
gradle-enterprise = "3.16.1"
gradle-enterprise = "3.16.2"
nexus-publish = "2.0.0-rc-1"
shadow = "8.1.1"
spotless = "6.25.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/graalvm-ce-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# set -u won't work for sdkman
set -e

jdk_version=${1:-21}
jdk_version=${1:-23}
extn="tar.gz"

# Find OS type
Expand Down

0 comments on commit 25c455a

Please sign in to comment.