Browse Source

Merge branch '5.2.x'

pull/25925/head
Juergen Hoeller 5 years ago
parent
commit
702a05e926
  1. 1
      spring-beans/spring-beans.gradle

1
spring-beans/spring-beans.gradle

@ -25,6 +25,7 @@ sourceSets {
compileGroovy { compileGroovy {
sourceCompatibility = 1.8 sourceCompatibility = 1.8
targetCompatibility = 1.8 targetCompatibility = 1.8
options.compilerArgs += "-Werror"
} }
// This module also builds Kotlin code and the compileKotlin task naturally depends on // This module also builds Kotlin code and the compileKotlin task naturally depends on

Loading…
Cancel
Save