Skip to content

Commit d716178

Browse files
headiuskddnewton
authored andcommitted
Update java-wasm to Java 21 minimum
This is only intended to ever be used with JRuby 10+, which already requires Java 21.
1 parent 1d10ae2 commit d716178

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/java-wasm-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/setup-java@v5
3939
with:
4040
distribution: 'temurin'
41-
java-version: '17'
41+
java-version: '21'
4242
cache: maven
4343

4444
- name: Run the tests

java-wasm/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
15-
<maven.compiler.source>11</maven.compiler.source>
16-
<maven.compiler.target>11</maven.compiler.target>
15+
<maven.compiler.source>21</maven.compiler.source>
16+
<maven.compiler.target>21</maven.compiler.target>
1717

1818
<chicory.version>1.6.1</chicory.version>
1919
<junit.version>6.0.3</junit.version>
@@ -86,7 +86,7 @@
8686
<artifactId>maven-compiler-plugin</artifactId>
8787
<version>3.15.0</version>
8888
<configuration>
89-
<release>11</release>
89+
<release>21</release>
9090
<annotationProcessorPaths>
9191
<path>
9292
<groupId>com.dylibso.chicory</groupId>

0 commit comments

Comments
 (0)