Clean gradle build
This commit is contained in:
@@ -8,7 +8,6 @@ tasks.withType<Test> {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
val test by getting
|
||||
test.resources.srcDir("${rootProject.projectDir}/testresources/src/test/resources")
|
||||
dependencies {
|
||||
testRuntimeOnly(project(":junit-config"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user