Unit tests for ListBuilder and VersionUtils

This commit is contained in:
Frank van der Heijden 2020-06-30 20:20:10 +02:00
parent 93c5adb911
commit 0abfa991b9
No known key found for this signature in database
GPG key ID: 26DA56488D314D11
4 changed files with 129 additions and 2 deletions

View file

@ -19,6 +19,11 @@ dependencies {
implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT'
implementation 'org.bstats:bstats-bukkit:1.7'
compileOnly 'com.destroystokyo.paper:paper-api:1.16.1-R0.1-SNAPSHOT'
testCompile 'org.assertj:assertj-core:3.15.0'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2'
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'
testCompile 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
}
processResources {
@ -49,4 +54,8 @@ checkstyle {
maxWarnings = 0
}
test {
useJUnitPlatform()
}
build.dependsOn shadowJar