aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle16
1 files changed, 16 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..cbaf6bd
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,16 @@
+plugins {
+ id 'java'
+ id 'application'
+}
+
+repositories {
+ jcenter()
+}
+
+dependencies {
+ compile 'net.dv8tion:JDA:3.5.1_339'
+ compile 'com.sedmelluq:lavaplayer:1.2.53'
+ runtime 'ch.qos.logback:logback-classic:1.2.3'
+}
+
+mainClassName = 'soundbot.Main'