File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
graalpython/graalpy-archetype-polyglot-app/src/main/resources/archetype-resources Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
<properties >
13
13
<graalpy .version>24.2.0</graalpy .version>
14
14
<graalpy .edition>python-community</graalpy .edition>
15
+ <native-maven-plugin .version>0.9.28</native-maven-plugin .version>
15
16
<maven .compiler.target>17</maven .compiler.target>
16
17
<maven .compiler.source>17</maven .compiler.source>
17
18
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
52
53
</packages >
53
54
<pythonHome >
54
55
<includes >
55
- <!-- java-like regular expression what file paths should be included into venv/home ;
56
+ <!-- java-like regular expression what file paths should be included;
56
57
if empty than default is all -->
57
58
<include >.*</include >
58
59
</includes >
59
60
<excludes >
60
- <!-- java-like regular expression what file paths should be excluded from venv/home ;
61
+ <!-- java-like regular expression what file paths should be excluded;
61
62
default is none -->
62
63
<!-- <exclude></exclude> -->
63
64
</excludes >
80
81
<plugin >
81
82
<groupId >org.graalvm.buildtools</groupId >
82
83
<artifactId >native-maven-plugin</artifactId >
83
- <version >0.9.27 </version >
84
+ <version >${symbol_dollar} {native-maven-plugin.version} </version >
84
85
<extensions >true</extensions >
85
86
<executions >
86
87
<execution >
You can’t perform that action at this time.
0 commit comments