Merge pull request #2561 from Goooler/version

TestImplementation jUnit in depends
This commit is contained in:
Connor Tumbleson 2021-04-27 11:43:47 -04:00 committed by GitHub
commit 7c2ea3537d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'),