Skip to content

Commit 731f185

Browse files
committed
update to JDK 24
1 parent 166e30a commit 731f185

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
env:
1616
JAVA_DIST: 'zulu'
17-
JAVA_VERSION: '23.0.1+11'
17+
JAVA_VERSION: '24.0.1+36'
1818

1919
defaults:
2020
run:

.github/workflows/build-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
env:
2020
JAVA_DIST: 'zulu'
21-
JAVA_VERSION: '23.0.1+11'
21+
JAVA_VERSION: '24.0.0+36'
2222

2323
defaults:
2424
run:

.github/workflows/build-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
env:
1616
JAVA_DIST: 'zulu'
17-
JAVA_VERSION: '23.0.1+11'
17+
JAVA_VERSION: '24.0.0+36'
1818

1919
defaults:
2020
run:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
14-
<jdk.version>23</jdk.version>
14+
<jdk.version>24</jdk.version>
1515

1616
<!--jpackage stuff -->
1717
<!-- Group IDs of jars that need to stay on the class path for now

0 commit comments

Comments
 (0)