We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0e8f3 commit 1c01e64Copy full SHA for 1c01e64
graaljs/graaljs-micronaut-react-ssr/pom.xml
@@ -97,6 +97,13 @@
97
<jvmArguments>${truffle.jvm.args}</jvmArguments>
98
</configuration>
99
</plugin>
100
+ <plugin>
101
+ <groupId>org.apache.maven.plugins</groupId>
102
+ <artifactId>maven-surefire-plugin</artifactId>
103
+ <configuration>
104
+ <argLine>${truffle.jvm.args}</argLine>
105
+ </configuration>
106
+ </plugin>
107
<plugin>
108
<groupId>org.apache.maven.plugins</groupId>
109
<artifactId>maven-enforcer-plugin</artifactId>
0 commit comments