Merge pull request #589 from internetarchive/jdk22

JDK 22 support
This commit is contained in:
Alex Osborne
2024-05-15 23:17:26 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
jdk: [8, 11, 17, 21]
jdk: [8, 11, 17, 21, 22]
runs-on: ubuntu-latest
timeout-minutes: 30
+1 -1
View File
@@ -120,6 +120,6 @@
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<groovy.version>4.0.15</groovy.version>
<groovy.version>4.0.21</groovy.version>
</properties>
</project>