From 7ebe313e1242c588afd23e2cad20f494d12491f4 Mon Sep 17 00:00:00 2001 From: ehlxr Date: Tue, 6 Dec 2022 19:46:06 +0800 Subject: [PATCH] update at 2022-12-06 19:46:06 by ehlxr --- .gitignore | 2 ++ READEME.md | 3 ++- pom.xml | 12 ++++++------ 3 files changed, 10 insertions(+), 7 deletions(-) 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 - - - - + + + + + +