Skip to content

Commit

Permalink
Switch product-tests back to JDK8 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
aaneja committed Feb 27, 2025
1 parent 801b6e4 commit 6e664c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<!-- Changing joda version changes tzdata which must match deployed JVM tzdata
Do not change this without also making sure it matches -->
<dep.joda.version>2.12.7</dep.joda.version>
<dep.tempto.version>jdk8_snapshot</dep.tempto.version>
<dep.tempto.version>gradleUpgrade810_jdk8-SNAPSHOT</dep.tempto.version>
<dep.testng.version>7.5</dep.testng.version>
<dep.lucene.version>8.10.0</dep.lucene.version>
<dep.assertj-core.version>3.8.0</dep.assertj-core.version>
Expand Down
4 changes: 2 additions & 2 deletions presto-product-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>17</source>
<target>17</target>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 6e664c7

Please sign in to comment.