comile doesnt work anymore duh
This commit is contained in:
parent
7ad633d669
commit
f8eb427aae
@ -30,7 +30,7 @@ dependencies {
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
|
||||
implementation("net.dv8tion:JDA:$jdaVer")
|
||||
compile group: 'org.yaml', name: 'snakeyaml', version: '1.27'
|
||||
implementation group: 'org.yaml', name: 'snakeyaml', version: '1.27'
|
||||
implementation group: 'me.duncte123', name: 'botCommons', version: '2.3.8'
|
||||
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.4'
|
||||
implementation 'me.carleslc.Simple-YAML:Simple-Yaml:1.7.2'
|
||||
@ -40,4 +40,4 @@ compileJava.options.encoding = 'UTF-8'
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user