Minor: use JDK_18 instead of JAVA_HOME to run Maven IC tests
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
<goal>verify</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<jvm>${env.JAVA_HOME}/bin/java</jvm>
|
||||
<jvm>${env.JDK_18}/bin/java</jvm>
|
||||
<forkMode>once</forkMode>
|
||||
<systemProperties>
|
||||
<property>
|
||||
|
||||
Reference in New Issue
Block a user