Skip to content

Commit b06b8b5

Browse files
author
bnasslahsen
committed
project review
1 parent ab1c8b5 commit b06b8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ subprojects {
2929
apply plugin: 'io.spring.dependency-management'
3030

3131
configurations {
32-
testCompileOnly.extendsFrom compileOnly
32+
testImplementation.extendsFrom compileOnly
3333
}
3434

3535
repositories {

0 commit comments

Comments
 (0)