1 2 3 4 5 6 7 8 9
compileJava { options.encoding = "UTF-8" } test { useJUnitPlatform() testLogging { events "passed", "skipped", "failed" } }