ajantha-bhat commented on PR #7139:
URL: https://github.com/apache/iceberg/pull/7139#issuecomment-1477337787

   >  @ajantha-bhat maybe the checkstyle version is forced to a particular 
version in another plugin and thus we were actually never using version 9.3 or 
10.x
   
   After checking the dependency graph, it is still using `checkstyle 9.1` from 
`com.palantir.baseline:gradle-baseline-java:4.42.0`
   So, the override of `checkstyle 9.3` is not working/ignored.
   
   Looking at errorprone override, they are overriding the baseline errorprone 
plugin by using the alternative plugin. Not the library. Hence, it is working. 
   
   Maybe we need to find an alternative checkstyle plugin and stop using 
baseline checkstyle plugin similar to errorprone. 


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to