From 1e4fb03226d2bb1d862935bc7edaacded0f38d25 Mon Sep 17 00:00:00 2001 From: oko Date: Mon, 28 Mar 2022 23:05:01 -0700 Subject: [PATCH] Update gitignore & fix pom pom.xml needs a lot of work - this just gets it to compile. leaving this for someone more experienced in maven --- .gitignore | 1 + pom.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 54 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 57e3b7b..a4d0f30 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ target /target /.idea config.yml +dependency-reduced-pom.xml out /out/ \ No newline at end of file diff --git a/pom.xml b/pom.xml index a056223..2706dc3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,20 +6,24 @@ moe.oko Kiafumi + Kiafumi 0.5 + jar + https://oko.moe/kiafumi.htm - 8 - 8 + 17 + moe.oko.Kiafumi.Kiafumi - - + net.dv8tion JDA 5.0.0-alpha.9 + compile + jar me.carleslc.Simple-YAML @@ -69,4 +73,49 @@ https://jcenter.bintray.com + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + ${project.jdk.version} + ${project.jdk.version} + ${project.jdk.version} + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + + maven-jar-plugin + + + true + + true + ${mainclass} + + + + + + package + + + + + + \ No newline at end of file