Skip to content

Commit b8ae954

Browse files
Update spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle
Co-authored-by: Shannon Pamperl <[email protected]> Signed-off-by: Ryan Baxter <[email protected]>
1 parent 614a6d6 commit b8ae954

File tree

1 file changed

+1
-1
lines changed
  • spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin

1 file changed

+1
-1
lines changed

spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repositories {
4242
tasks.withType(JavaCompile).configureEach {
4343
sourceCompatibility = JavaVersion.VERSION_17
4444
targetCompatibility = JavaVersion.VERSION_17
45-
options.compilerArgs << '-Xlint:deprecation'
45+
options.compilerArgs.add('-Xlint:deprecation')
4646
}
4747

4848
//Dependencies in all subprojects - https://solidsoft.wordpress.com/2014/11/13/gradle-tricks-display-dependencies-for-all-subprojects-in-multi-project-build/

0 commit comments

Comments
 (0)