Skip to content

Commit

Permalink
java 21 (#236)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Dilks <[email protected]>
  • Loading branch information
baltzell and c-dilks authored Dec 18, 2024
1 parent 4e5b25f commit 8a7ea75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
env:
dataset: ci_test
# NOTE: if any of these versions are changed, update the POM files too
java_version: 17
java_version: 21
java_distribution: zulu
groovy_version: 4.x

Expand Down
2 changes: 1 addition & 1 deletion monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<release>11</release>
<release>21</release>
</configuration>
</plugin>
</plugins>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<release>21</release>
</properties>

<dependencies>
Expand Down

0 comments on commit 8a7ea75

Please sign in to comment.