mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
Remove redundant 'testRuntimeOnly libs.junit.jupiter.engine'
This commit is contained in:
parent
ec7755a09f
commit
796205c7a6
3 changed files with 0 additions and 3 deletions
|
@ -504,7 +504,6 @@ configure(project(':apitest')) {
|
|||
testAnnotationProcessor libs.lombok
|
||||
testCompileOnly libs.lombok
|
||||
testRuntimeOnly libs.javax.annotation
|
||||
testRuntimeOnly(libs.junit.jupiter.engine)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@ dependencies {
|
|||
testImplementation libs.cowwoc.diff.match.patch
|
||||
|
||||
testRuntimeOnly libs.javax.annotation
|
||||
testRuntimeOnly libs.junit.jupiter.engine
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
|
@ -48,5 +48,4 @@ dependencies {
|
|||
}
|
||||
testAnnotationProcessor libs.lombok
|
||||
testCompileOnly libs.lombok
|
||||
testRuntimeOnly(libs.junit.jupiter.engine)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue