Procházet zdrojové kódy

Set test tasks group

Lortseam před 4 roky
rodič
revize
cf096da6a3
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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()
 }