Parcourir la source

Set test tasks group

Lortseam il y a 4 ans
Parent
commit
cf096da6a3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      lib/build.gradle

+ 1 - 0
lib/build.gradle

@@ -45,6 +45,7 @@ task testServer(type: Test) {
 test.dependsOn testServer
 
 tasks.withType(Test) {
+	group = "verification"
 	useJUnitPlatform()
 }