test: add test for multiple classes in jar

This commit is contained in:
Lucaskyy
2022-03-20 19:05:24 +01:00
parent 5f12bab5df
commit 6b1cec4a43
4 changed files with 39 additions and 22 deletions

View File

@@ -23,4 +23,7 @@ dependencies {
tasks.test {
useJUnitPlatform()
testLogging {
events("PASSED", "SKIPPED", "FAILED")
}
}