Procházet zdrojové kódy

Re-enable junit in ScriptingExample

kindlich před 4 roky
rodič
revize
c38fabac00
No known key found for this signature in database
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      ScriptingExample/build.gradle

+ 2
- 2
ScriptingExample/build.gradle Zobrazit soubor

@@ -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
 }

Loading…
Zrušit
Uložit