cstamas commented on PR #121: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/121#issuecomment-1803743975
Yes, but several remarks: * ignore blame rev will not work like this (basically you need to merge to get the "real" hash, and have a subsequent commit to add the real hash) * spotless has issue: it either works on java8 (but then does not work on Java21) or other way around :smile: Here you managed to fail it on both (8 and 21), most probable reason: you use spotless maven plugin that is Java11+ (but did not upgrade palantir itself) see https://github.com/maveniverse/parent/blob/main/pom.xml#L485-L487 -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
