Skip to content

Commit d340201

Browse files
committed
build: fix configuration testImplementation extends compileOnly
1 parent 7b0d715 commit d340201

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

int-aws-support/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ plugins {
22
id "java-conventions"
33
}
44

5+
configurations {
6+
testImplementation.extendsFrom compileOnly
7+
}
8+
59
dependencies {
610
implementation "org.springframework:spring-beans"
711
implementation "org.springframework.integration:spring-integration-aws"

0 commit comments

Comments
 (0)