Browse Source

Re-enable junit in ScriptingExample

kindlich 4 years ago
parent
commit
c38fabac00
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      ScriptingExample/build.gradle

+ 2
- 2
ScriptingExample/build.gradle View File

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

Loading…
Cancel
Save