Ver código fonte

Re-enable junit in ScriptingExample

kindlich 4 anos atrás
pai
commit
c38fabac00
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      ScriptingExample/build.gradle

+ 2
- 2
ScriptingExample/build.gradle Ver arquivo

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

Carregando…
Cancelar
Salvar