Skip to content

Commit

Permalink
fix(java): downgrade native maven plugin version (#335)
Browse files Browse the repository at this point in the history
Downgrades native maven plugin. See #336 for context.
  • Loading branch information
dzou committed Oct 20, 2021
1 parent 1facdf3 commit 5834284
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Expand Up @@ -800,7 +800,8 @@
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>junit-platform-native</artifactId>
<version>0.9.6</version>
<!-- Using older version; upgrade to latest once issues are resolved. See #336 -->
<version>0.9.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -821,7 +822,8 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>0.9.6</version>
<!-- Using older version; upgrade to latest once issues are resolved. See #336. -->
<version>0.9.5</version>
<executions>
<execution>
<id>test-native</id>
Expand Down

0 comments on commit 5834284

Please sign in to comment.