Sfoglia il codice sorgente

Set test tasks group

Lortseam 4 anni fa
parent
commit
cf096da6a3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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()
 }