diff --git a/.gitignore b/.gitignore index 549e00a..475ef5b 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ build/ ### VS Code ### .vscode/ +/io.github.ehlxr.murmur3.murmur3application +/io.github.ehlxr.murmur3.murmur3application.build_artifacts.txt diff --git a/READEME.md b/READEME.md index afb0ed6..48fcf96 100644 --- a/READEME.md +++ b/READEME.md @@ -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` \ No newline at end of file diff --git a/pom.xml b/pom.xml index f2286e4..2159647 100644 --- a/pom.xml +++ b/pom.xml @@ -85,12 +85,12 @@ -H:DashboardDump=fortune -H:+DashboardAll - - true - - - - + + + + + +