update at 2022-12-06 19:46:06 by ehlxr
This commit is contained in:
parent
909fa120e4
commit
7ebe313e12
2
.gitignore
vendored
2
.gitignore
vendored
@ -31,3 +31,5 @@ build/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
/io.github.ehlxr.murmur3.murmur3application
|
||||
/io.github.ehlxr.murmur3.murmur3application.build_artifacts.txt
|
||||
|
@ -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
12
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user