szetszwo commented on PR #909: URL: https://github.com/apache/ratis/pull/909#issuecomment-1694711471
> ... shall we turn on the failOnViolation option in pom to force checkstyle? Sure, let's try it. BTW, just found that license-maven-plugin.version was updated incorrectly. The version 4.1 does not exist. The latest is 2.2.0 (https://mvnrepository.com/artifact/org.codehaus.mojo/license-maven-plugin). Will also fix it here. ``` - <license-maven-plugin.version>4.1</license-maven-plugin.version> + <license-maven-plugin.version>2.2.0</license-maven-plugin.version> ``` -- 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]
