Skip to content

Commit 20f9be3

Browse files
committed
refactor(pom): remove warning
1 parent 3e547da commit 20f9be3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

samples/graaljs/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@
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>
@@ -232,7 +233,8 @@
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>
@@ -307,7 +309,7 @@
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>

0 commit comments

Comments
 (0)