소스 검색

Re-enable junit in ScriptingExample

kindlich 4 년 전
부모
커밋
c38fabac00
No known key found for this signature in database
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
 }

Loading…
취소
저장