update at 2022-12-06 19:46:06 by ehlxr

master
ehlxr 2022-12-06 19:46:06 +08:00
parent 909fa120e4
commit 7ebe313e12
3 changed files with 10 additions and 7 deletions

2
.gitignore vendored
View File

@ -31,3 +31,5 @@ build/
### VS Code ### ### VS Code ###
.vscode/ .vscode/
/io.github.ehlxr.murmur3.murmur3application
/io.github.ehlxr.murmur3.murmur3application.build_artifacts.txt

View File

@ -1,6 +1,7 @@
built as a standalone executable built as a standalone executable
* manual * manual
`target/classes:/Users/ehlxr/.m2/repository/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar` `native-image -cp "target/classes:/Users/ehlxr/.m2/repository/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar" io.github.ehlxr.murmur3.Murmur3Applicatio`
* maven * maven
* `mvn -Pnative package` * `mvn -Pnative package`

12
pom.xml
View File

@ -85,12 +85,12 @@
<buildArgs> <buildArgs>
<arg>-H:DashboardDump=fortune -H:+DashboardAll</arg> <arg>-H:DashboardDump=fortune -H:+DashboardAll</arg>
</buildArgs> </buildArgs>
<agent> <!--<agent>-->
<enabled>true</enabled> <!-- <enabled>true</enabled>-->
<options> <!-- <options>-->
<option>experimental-class-loader-support</option> <!-- <option>experimental-class-loader-support</option>-->
</options> <!-- </options>-->
</agent> <!--</agent>-->
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>