bschuchardt commented on a change in pull request #6308:
URL: https://github.com/apache/geode/pull/6308#discussion_r618474492
##########
File path: gradle/warnings.gradle
##########
@@ -16,6 +16,6 @@
*/
tasks.withType(JavaCompile) {
- options.compilerArgs << '-Xlint:unchecked' << "-Werror"
- options.deprecation = true
+// options.compilerArgs << '-Xlint:unchecked' << "-Werror"
+// options.deprecation = true
}
Review comment:
ew, thanks for catching that Jens. I was struggling with the Gradle
upgrade in IJ when I made that change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]