فهرست منبع

Set test tasks group

Lortseam 4 سال پیش
والد
کامیت
cf096da6a3
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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()
 }