Explorar o código

Set test tasks group

Lortseam %!s(int64=4) %!d(string=hai) anos
pai
achega
cf096da6a3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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()
 }