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 03fb50a commit e6b565cCopy full SHA for e6b565c
graalpython/graalpy-archetype-polyglot-app/src/main/resources/archetype-resources/pom.xml
@@ -12,7 +12,7 @@
12
<properties>
13
<graalpy.version>25.0.0</graalpy.version>
14
<graalpy.edition>python-community</graalpy.edition>
15
- <native-maven-plugin.version>0.9.28</native-maven-plugin.version>
+ <native-maven-plugin.version>0.10.4</native-maven-plugin.version>
16
<maven.compiler.target>17</maven.compiler.target>
17
<maven.compiler.source>17</maven.compiler.source>
18
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments