File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ dependencies {
45
45
compileOnly ' org.slf4j:slf4j-api:2.0.0'
46
46
// zero runtime reqs is a hard requirements for spotless-lib
47
47
// if you need a dep, put it in lib-extra
48
- testImplementation " org.junit.jupiter:junit-jupiter:$VER_JUNIT "
49
- testImplementation " org.assertj:assertj-core:$VER_ASSERTJ "
50
- testImplementation " com.diffplug.durian:durian-testlib:$VER_DURIAN "
48
+ testCommonImplementation " org.junit.jupiter:junit-jupiter:$VER_JUNIT "
49
+ testCommonImplementation " org.assertj:assertj-core:$VER_ASSERTJ "
50
+ testCommonImplementation " com.diffplug.durian:durian-testlib:$VER_DURIAN "
51
51
52
52
// used for pom sorting
53
53
sortPomCompileOnly ' com.github.ekryd.sortpom:sortpom-sorter:3.0.0'
@@ -106,7 +106,7 @@ dependencies {
106
106
}
107
107
108
108
configurations. named(' testCompatKtLint0Dot48Dot0Implementation' ). configure {
109
- extendsFrom(configurations. testImplementation, configurations . compatKtLint0Dot48Dot0CompileOnly)
109
+ extendsFrom(configurations. compatKtLint0Dot48Dot0CompileOnly)
110
110
}
111
111
112
112
// we'll hold the core lib to a high standard
You can’t perform that action at this time.
0 commit comments