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 ###
.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
* 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
* `mvn -Pnative package`

12
pom.xml
View File

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