Skip to content

Commit b8ae954

Browse files
Update spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle
Co-authored-by: Shannon Pamperl <shanman190@gmail.com> Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
1 parent 614a6d6 commit b8ae954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin

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)