Merge branch '5.2.x'

This commit is contained in:
Juergen Hoeller 2020-10-16 15:33:37 +02:00
commit 702a05e926
1 changed files with 1 additions and 0 deletions

View File

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