mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 19:49:11 +03:00
12 lines
158 B
Groovy
12 lines
158 B
Groovy
|
dependencies {
|
||
|
testCompile 'org.junit.jupiter:junit-jupiter:5.4.1'
|
||
|
}
|
||
|
|
||
|
test {
|
||
|
useJUnitPlatform()
|
||
|
testLogging {
|
||
|
events "passed", "skipped", "failed"
|
||
|
}
|
||
|
}
|
||
|
|