diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9f11b755 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..3103b57d --- /dev/null +++ b/pom.xml @@ -0,0 +1,157 @@ + + + 4.0.0 + + pw.chew + Chewbotcca-JDA + 1.0 + + + UTF-8 + 1.8 + 1.8 + + + + + + false + + jcenter + jcenter-bintray + https://jcenter.bintray.com + + + jitpack.io + https://jitpack.io + + + chew-jenkins + https://jenkins.chew.pw/plugin/repository/everything/ + + + + + + + net.dv8tion + JDA + 4.1.1_154 + compile + + + + + com.jagrosh + jda-utilities + 3.0.3 + compile + pom + + + + + ch.qos.logback + logback-classic + 1.2.3 + compile + + + + + com.squareup.okhttp3 + okhttp + 3.12.1 + compile + + + + + org.json + json + 20190722 + compile + + + + + org.yaml + snakeyaml + 1.23 + compile + + + + org.awaitility + awaitility + 4.0.3 + compile + + + + io.sentry + sentry-logback + 1.7.30 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + 1.8 + 1.8 + + + + maven-assembly-plugin + + + jar-with-dependencies + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.4.3 + + + package + + shade + + + + + example + + + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.2 + + + + true + lib/ + pw.chew.Chewbotcca.Main + + + + + + + \ No newline at end of file diff --git a/src/main/java/pw/chew/Chewbotcca/Main.java b/src/main/java/pw/chew/Chewbotcca/Main.java new file mode 100644 index 00000000..6f0f798c --- /dev/null +++ b/src/main/java/pw/chew/Chewbotcca/Main.java @@ -0,0 +1,4 @@ +package pw.chew.Chewbotcca; + +public class Main { +}