aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
blob: b0636bc03391c9b437f51e3b69ea66ed512a3932 (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:4.0.0_39'
  compile 'com.sedmelluq:lavaplayer:1.3.32'
  runtime 'ch.qos.logback:logback-classic:1.2.3'
}

mainClassName = 'soundchan.Main'