aboutsummaryrefslogtreecommitdiff
path: root/addon.gradle
blob: 4e8d2eb14820f20769918343afd923ee3b57a74b (plain)
1
2
3
4
5
6
7
8
9
compileJava {
    options.encoding = "UTF-8"
}
test {
    useJUnitPlatform()
    testLogging {
        events "passed", "skipped", "failed"
    }
}