This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_4_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 1e8b1f4bb9d9c7350aa77d9a53527ed64dd6c89c Author: Paul King <[email protected]> AuthorDate: Thu Apr 14 13:55:25 2022 +1000 commented out options for checking warnings --- buildSrc/src/main/groovy/org.apache.groovy-internal.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildSrc/src/main/groovy/org.apache.groovy-internal.gradle b/buildSrc/src/main/groovy/org.apache.groovy-internal.gradle index 21fcf9b82f..f538b42bb7 100644 --- a/buildSrc/src/main/groovy/org.apache.groovy-internal.gradle +++ b/buildSrc/src/main/groovy/org.apache.groovy-internal.gradle @@ -71,6 +71,9 @@ dependencies { tasks.withType(AbstractCompile).configureEach { options.encoding = 'UTF-8' +// options.compilerArgs << '-Xlint:unchecked' +// options.compilerArgs << '-Xlint:deprecation' +// options.compilerArgs << '-Xlint:-options' } tasks.withType(GroovyCompile).configureEach {
