Skip to content

Commit a694851

Browse files
committed
changed to JDK 17
1 parent a59a34c commit a694851

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

runner/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-compiler-plugin</artifactId>
6767
<configuration>
68-
<source>1.8</source>
69-
<target>1.8</target>
68+
<!-- Currently drivers are built with same JVM of SUT... so need to handle latest-->
69+
<source>17</source>
70+
<target>17</target>
7071
<encoding>${project.build.sourceEncoding}</encoding>
7172
<compileSourceRoots>
7273
<compileSourceRoot>${project.basedir}/tests/genome-nexus</compileSourceRoot>

0 commit comments

Comments
 (0)