You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: native-maven-plugin/src/functionalTest/groovy/org/graalvm/buildtools/maven/JavaApplicationFunctionalTest.groovy
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,14 @@ class JavaApplicationFunctionalTest extends AbstractGraalVMMavenFunctionalTest {
121
121
then:
122
122
buildSucceeded
123
123
outputContains "Args file written to: target" + File.separator + "native-image"
0 commit comments