Skip to content

Commit 6b2e2c3

Browse files
committed
Use testCommonImplementation configuration
1 parent b6e9073 commit 6b2e2c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ dependencies {
4545
compileOnly 'org.slf4j:slf4j-api:2.0.0'
4646
// zero runtime reqs is a hard requirements for spotless-lib
4747
// 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"
5151

5252
// used for pom sorting
5353
sortPomCompileOnly 'com.github.ekryd.sortpom:sortpom-sorter:3.0.0'
@@ -106,7 +106,7 @@ dependencies {
106106
}
107107

108108
configurations.named('testCompatKtLint0Dot48Dot0Implementation').configure {
109-
extendsFrom(configurations.testImplementation, configurations.compatKtLint0Dot48Dot0CompileOnly)
109+
extendsFrom(configurations.compatKtLint0Dot48Dot0CompileOnly)
110110
}
111111

112112
// we'll hold the core lib to a high standard

0 commit comments

Comments
 (0)