Skip to content

Commit

Permalink
Merge branch 'main' into rga-fa18
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Dec 20, 2024
2 parents 6e9f168 + 8a7ea75 commit 15991e7
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 15991e7

Please sign in to comment.