We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1c8b5 commit b06b8b5Copy full SHA for b06b8b5
build.gradle
@@ -29,7 +29,7 @@ subprojects {
29
apply plugin: 'io.spring.dependency-management'
30
31
configurations {
32
- testCompileOnly.extendsFrom compileOnly
+ testImplementation.extendsFrom compileOnly
33
}
34
35
repositories {
0 commit comments