mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-14 06:07:33 +00:00
Bump native-maven-plugin from 0.10.2 to 0.10.3 (#1144)
The plugin introduced some "windows fix"[1] that causes current arg parsing to fail. Solution seems to be to split each arg in own line, but that introduced another set of challenges. [1] https://github.com/graalvm/native-build-tools/pull/609 Supersedes https://github.com/apache/maven-mvnd/pull/1135
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -79,7 +79,7 @@
|
||||
<commons-compress.version>1.27.1</commons-compress.version>
|
||||
<!-- cannot upgrade graalvm to 23.0.0 which requires JDK >= 20 -->
|
||||
<graalvm.version>24.1.0</graalvm.version>
|
||||
<graalvm.plugin.version>0.10.2</graalvm.plugin.version>
|
||||
<graalvm.plugin.version>0.10.3</graalvm.plugin.version>
|
||||
<groovy.version>4.0.23</groovy.version>
|
||||
<jakarta.inject.version>1.0</jakarta.inject.version>
|
||||
<jline.version>3.27.0</jline.version>
|
||||
|
Reference in New Issue
Block a user