Updated the jdrbot to be at the same standard as potatos
This commit was merged in pull request #1.
This commit is contained in:
19
build.gradle
19
build.gradle
@@ -14,32 +14,29 @@ plugins {
|
||||
id 'application'
|
||||
|
||||
// Shadow plugin to make uberJars
|
||||
id 'com.github.johnrengelman.shadow' version '7.1.0'
|
||||
id 'com.github.johnrengelman.shadow' version '8.1.1'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
maven {
|
||||
url 'https://m2.dv8tion.net/releases'
|
||||
}
|
||||
|
||||
maven {
|
||||
url 'https://jitpack.io'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.google.guava:guava:31.1-jre'
|
||||
implementation 'com.github.oshi:oshi-core:6.1.6'
|
||||
implementation 'com.github.oshi:oshi-json:3.13.6'
|
||||
implementation 'org.slf4j:slf4j-simple:2.0.0-alpha0'
|
||||
implementation 'net.lingala.zip4j:zip4j:2.10.0'
|
||||
implementation 'club.minnced:opus-java:1.1.1'
|
||||
implementation 'ws.schild:jave-all-deps:3.3.1'
|
||||
implementation 'com.google.guava:guava:31.1-jre'
|
||||
implementation 'com.github.oshi:oshi-core:6.1.6'
|
||||
implementation 'com.github.oshi:oshi-json:3.13.6'
|
||||
implementation 'org.slf4j:slf4j-simple:2.0.9'
|
||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||
implementation 'com.sedmelluq:lavaplayer:1.3.78'
|
||||
implementation 'com.github.DV8FromTheWorld:JDA:5.0.0-alpha.12'
|
||||
implementation 'dev.arbjerg:lavaplayer:2.0.1'
|
||||
implementation 'net.dv8tion:JDA:5.0.0-beta.13'
|
||||
implementation 'org.reflections:reflections:0.10.2'
|
||||
}
|
||||
|
||||
application {
|
||||
|
||||
Reference in New Issue
Block a user