ソースを参照

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()
 }