blob: 94f08294002a5a1f99f51e0fae52b81d0a0a4057 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
idea {
module {
inheritOutputDirs = false
outputDir = compileJava.destinationDir
testOutputDir = compileTestJava.destinationDir
}
}
test {
useJUnitPlatform()
testLogging {
events "passed", "skipped", "failed"
}
}
|