File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 160160 </execution >
161161 </executions >
162162 <configuration >
163- <executable >${JAVA_HOME} /bin/java</executable >
163+ <!-- suppress UnresolvedMavenProperty -->
164+ <executable >${env.JAVA_HOME} /bin/java</executable >
164165 </configuration >
165166 </plugin >
166167 </plugins >
232233 </execution >
233234 </executions >
234235 <configuration >
235- <executable >${JAVA_HOME} /bin/java</executable >
236+ <!-- suppress UnresolvedMavenProperty -->
237+ <executable >${env.JAVA_HOME} /bin/java</executable >
236238 </configuration >
237239 </plugin >
238240 </plugins >
307309 <outputDirectory >ts</outputDirectory >
308310 <options >
309311 <ts .outfile>jdk8</ts .outfile>
310- <compatibility >GRAALJS </compatibility >
312+ <compatibility >graaljs </compatibility >
311313 <foreignobjectprototype >true</foreignobjectprototype >
312314 </options >
313315 </configuration >
You can’t perform that action at this time.
0 commit comments