Remove pom for paperclip install to maven local

This commit is contained in:
Jason Penilla 2021-11-24 16:53:30 -08:00 committed by MiniDigger | Martin
parent e6fe6effee
commit 4df6820f86
2 changed files with 3 additions and 22 deletions

View file

@ -6,7 +6,7 @@ Subject: [PATCH] Deobfuscate stacktraces in log messages, crash reports, and
diff --git a/build.gradle.kts b/build.gradle.kts
index 410c7fbc0a776c4a206cbdbdbd9a570af9b6a0c2..0889860f3de2a6ebd073638676f837c993805658 100644
index 988f35257391bfb6cbc94b24965559ee7ad2987a..2ee89cff805cf0f7d2fed277442ef74f411f1cd0 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,4 +1,6 @@
@ -45,7 +45,7 @@ index 410c7fbc0a776c4a206cbdbdbd9a570af9b6a0c2..0889860f3de2a6ebd073638676f837c9
testImplementation("junit:junit:4.13.1")
testImplementation("org.hamcrest:hamcrest-library:1.3")
}
@@ -109,6 +119,45 @@ tasks.shadowJar {
@@ -101,6 +111,45 @@ tasks.shadowJar {
}
}