New config system implemented
This commit is contained in:
@@ -27,9 +27,11 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly "org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT"
|
||||
compileOnly 'org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT'
|
||||
implementation 'com.google.code.gson:gson:2.10.1'
|
||||
implementation("club.minnced:discord-webhooks:0.8.4")
|
||||
implementation files("libs/PDK-1.3.3.jar")
|
||||
|
||||
}
|
||||
|
||||
def targetJavaVersion = 16
|
||||
|
||||
Reference in New Issue
Block a user