Merge branch 'master' into gradle7

# Conflicts:
#	build.gradle
This commit is contained in:
Goooler
2021-07-01 11:12:17 +08:00
12 changed files with 103 additions and 62 deletions

View File

@ -28,14 +28,12 @@ processResources {
include '**/*.jar'
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}
includeEmptyDirs = false
}
dependencies {
testImplementation("junit:junit:4.10") {
exclude(module: 'hamcrest-core')
}
testImplementation depends.junit
api project(':brut.j.dir'),
project(':brut.j.util'),
@ -50,4 +48,4 @@ dependencies {
depends.commons_io
testImplementation depends.xmlunit
}
}