mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Remove redundant 'useJUnitPlatform()' declarations
This commit is contained in:
parent
796205c7a6
commit
52ab467a65
@ -436,7 +436,6 @@ configure(project(':apitest')) {
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
outputs.upToDateWhen { false } // Don't use previously cached test outputs.
|
||||
testLogging {
|
||||
showStackTraces = true // Show full stack traces in the console.
|
||||
|
@ -34,7 +34,3 @@ dependencies {
|
||||
|
||||
testRuntimeOnly libs.javax.annotation
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user