TestImplementation jUnit in depends

This commit is contained in:
Goooler 2021-04-25 22:40:46 +08:00
parent f11962024e
commit 076ade6a51
1 changed files with 1 additions and 3 deletions

View File

@ -31,9 +31,7 @@ processResources {
}
dependencies {
testImplementation("junit:junit:4.10") {
exclude(module: 'hamcrest-core')
}
testImplementation depends.junit
api project(':brut.j.dir'),
project(':brut.j.util'),