ErickErickson commented on a change in pull request #1226: LUCENE-9134 Port 
ant-regenerate tasks to Gradle build
URL: https://github.com/apache/lucene-solr/pull/1226#discussion_r373097476
 
 

 ##########
 File path: gradle/defaults-java.gradle
 ##########
 @@ -25,13 +25,13 @@ allprojects {
     tasks.withType(JavaCompile) {
       options.encoding = "UTF-8"
       options.compilerArgs += [
-        "-Xlint", 
+        "-Xlint",
         "-Xlint:-deprecation",
         "-Xlint:-serial",
 
         "-Xdoclint:all/protected",
-        "-Xdoclint:-missing", 
-        "-Xdoclint:-accessibility", 
+        "-Xdoclint:-missing",
 
 Review comment:
   I wish I knew how this keeps happening, saw that after the PR. I commented 
out the -deprecation. Then uncommented. Then saved it. Didn't change he other 
lines at all AFAIK. I can fix it again, and apparently never touch that file 
again.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to