Explorar el Código

Set test tasks group

Lortseam hace 4 años
padre
commit
cf096da6a3
Se han modificado 1 ficheros con 1 adiciones y 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()
 }