1
0
mirror of https://github.com/sciwhiz12/Janitor.git synced 2024-09-16 19:24:02 +00:00

Add dv8tion maven repo for JDA

This commit is contained in:
SciWhiz12 2021-03-27 12:39:52 +08:00
parent f45f80ee76
commit 0862c8b7f1
Signed by: sciwhiz12
GPG Key ID: 622CF446534317E1

View File

@ -9,6 +9,10 @@ println("Version: $version")
repositories { repositories {
mavenCentral() mavenCentral()
maven {
name 'm2-dv8tion'
url 'https://m2.dv8tion.net/releases'
}
} }
dependencies { dependencies {