aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
blob: 5ecc1c7200e4098051aaf3bdea86656621c181df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 = 'soundchan.Main'