ソースを参照

Re-enable junit in ScriptingExample

kindlich 4年前
コミット
c38fabac00
この署名に対応する既知のキーがデータベースに存在しません
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      ScriptingExample/build.gradle

+ 2
- 2
ScriptingExample/build.gradle ファイルの表示

@@ -25,8 +25,8 @@ processResources {
25 25
 }
26 26
 
27 27
 test {
28
-    //useJUnitPlatform()
29
-    testLogging{
28
+    useJUnitPlatform()
29
+    testLogging {
30 30
         events "PASSED", "FAILED", "SKIPPED"
31 31
     }
32 32
 }

読み込み中…
キャンセル
保存