Update build.gradle

This commit is contained in:
Anthony Stirling 2023-01-29 13:24:08 +00:00 committed by GitHub
parent 318d55e8a1
commit 0da85acc0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,10 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-core:2.19.0'
}
jar {
enabled = false
}
tasks.named('test') {
useJUnitPlatform()
}