We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59a34c commit a694851Copy full SHA for a694851
1 file changed
runner/pom.xml
@@ -65,8 +65,9 @@
65
<groupId>org.apache.maven.plugins</groupId>
66
<artifactId>maven-compiler-plugin</artifactId>
67
<configuration>
68
- <source>1.8</source>
69
- <target>1.8</target>
+ <!-- Currently drivers are built with same JVM of SUT... so need to handle latest-->
+ <source>17</source>
70
+ <target>17</target>
71
<encoding>${project.build.sourceEncoding}</encoding>
72
<compileSourceRoots>
73
<compileSourceRoot>${project.basedir}/tests/genome-nexus</compileSourceRoot>
0 commit comments