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 Nov 27, 2024
1 parent d3ab9aa commit 9ec6776
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 @@ -70,7 +70,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.assertj-core.version>3.8.0</dep.assertj-core.version>
<dep.logback.version>1.2.13</dep.logback.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 9ec6776

Please sign in to comment.