Skip to content

Commit 5834284

Browse files
authored
fix(java): downgrade native maven plugin version (#335)
Downgrades native maven plugin. See #336 for context.
1 parent 1facdf3 commit 5834284

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,8 @@
800800
<dependency>
801801
<groupId>org.graalvm.buildtools</groupId>
802802
<artifactId>junit-platform-native</artifactId>
803-
<version>0.9.6</version>
803+
<!-- Using older version; upgrade to latest once issues are resolved. See #336 -->
804+
<version>0.9.5</version>
804805
<scope>test</scope>
805806
</dependency>
806807
</dependencies>
@@ -821,7 +822,8 @@
821822
<plugin>
822823
<groupId>org.graalvm.buildtools</groupId>
823824
<artifactId>native-maven-plugin</artifactId>
824-
<version>0.9.6</version>
825+
<!-- Using older version; upgrade to latest once issues are resolved. See #336. -->
826+
<version>0.9.5</version>
825827
<executions>
826828
<execution>
827829
<id>test-native</id>

0 commit comments

Comments
 (0)