Unit tests for ListBuilder and VersionUtils
This commit is contained in:
parent
93c5adb911
commit
0abfa991b9
4 changed files with 129 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue