Parcourir la source

Re-enable junit in ScriptingExample

kindlich il y a 4 ans
Parent
révision
c38fabac00
Aucune clé connue n'a été trouvée dans la base pour cette signature
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      ScriptingExample/build.gradle

+ 2
- 2
ScriptingExample/build.gradle Voir le fichier

@@ -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…
Annuler
Enregistrer