comile doesnt work anymore duh

This commit is contained in:
Steven Tracey 2021-09-21 15:50:08 -04:00 committed by GitHub
parent 7ad633d669
commit f8eb427aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
}
}