Skip to content

Commit b068bdb

Browse files
committed
Update maven native plugin and rstest
1 parent 8e5d81c commit b068bdb

File tree

5 files changed

+5
-387
lines changed

5 files changed

+5
-387
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ a.out
88
*.css
99
css
1010
resources
11+
12+
Cargo.lock

2023/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.graalvm.buildtools</groupId>
4343
<artifactId>native-maven-plugin</artifactId>
44-
<version>0.9.28</version>
44+
<version>0.10.4</version>
4545
<extensions>true</extensions>
4646
<executions>
4747
<execution>

2024/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
1919
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
2020
<main.class>dpr.aoc2024.All</main.class>
21-
<native-maven-plugin.version>0.10.3</native-maven-plugin.version>
21+
<native-maven-plugin.version>0.10.4</native-maven-plugin.version>
2222
<imageName>AOC${project.artifactId}</imageName>
2323
<junit5.version>5.11.4</junit5.version>
2424
</properties>

0 commit comments

Comments
 (0)