Use Gradles built-in JUnit 5 support

This commit is contained in:
Gary Tierney
2018-08-19 23:43:42 +01:00
parent 248a7d97d9
commit ebeaa7cd92
2 changed files with 3 additions and 15 deletions
+2
View File
@@ -2,6 +2,8 @@ apply plugin: 'java-library'
apply plugin: 'org.jetbrains.kotlin.jvm'
dependencies {
test.useJUnitPlatform()
api project(':game')
api project(':net')