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