diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..916e17c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dependency-reduced-pom.xml diff --git a/pom.xml b/pom.xml index 9b60519..7553a9a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - @@ -6,11 +6,12 @@ com.smartcraft.notifier SmartCraftNotifier - 1.0.0 + 1.0.1 SmartCraftNotifier + org.apache.maven.plugins maven-compiler-plugin @@ -21,17 +22,22 @@ + org.apache.maven.plugins - maven-jar-plugin - 3.3.0 - - - - com.smartcraft.notifier.SmartCraftNotifier - - - + maven-shade-plugin + 3.5.0 + + + package + + shade + + + true + + + @@ -44,12 +50,15 @@ + org.spigotmc spigot-api 1.20-R0.1-SNAPSHOT provided + + com.squareup.okhttp3 okhttp