Roman Ivanov
Roman Ivanov
Example for other projects https://github.com/checkstyle/checkstyle/commit/57962fa01580dbafcb87492b7f1e4f398f37c825 Version override looks like possible at https://github.com/trinodb/trino/blob/b4b2d9a3d285efca71298acea8f181d775b964bd/pom.xml#L190
Please [read](https://github.com/checkstyle/checkstyle/blob/master/.github/CONTRIBUTING.md#getting-started) and watch videos at [Starting_Development](https://checkstyle.org/beginning_development.html#Starting_Development). Please make CI green.
@Janhvibabani , please share switch specific mutation you plan to address? Each mutation should be in separate PR, numerous people can work on issue in parallel on different mutations
@SURYANSHUAGRAWAL2006, this issue doesn't not imply full fix by single person and single PR. Please make comment "I am on .... " And define single mutation you plan to handle
I have suspicion that cache is outdated, yes, it is restored, but it doesn't have recent jars, do maven does download
Cache is good, but probably stuck in state of year old, so maven always might download, new version of artificial before execution. We don't have much , it never visible...
This happened on GitHub action too, so it is not CI specific https://github.com/checkstyle/checkstyle/actions/runs/19812356890/job/56757130675?pr=18219#step:5:269 ``` Caused by: org.apache.maven.plugin.PluginResolutionException: Plugin com.github.spotbugs:spotbugs-maven-plugin:4.9.8.2 or one of its dependencies could not be resolved: Failed to...
Circle CI failure https://app.circleci.com/pipelines/github/checkstyle/checkstyle/38271/workflows/f6253ee3-2090-4ca9-996f-660f6bcd7f53/jobs/1153401 ``` ERROR] Failed to execute goal on project patch-diff-report-tool: Could not collect dependencies for project com.github.checkstyle:patch-diff-report-tool:jar:0.1-SNAPSHOT [ERROR] Failed to read artifact descriptor for org.thymeleaf:thymeleaf:jar:3.1.3.RELEASE [ERROR] Caused...
> What's different about it is that it does not use the Maven Wrapper (./mvnw ..), but the system mvn command this is a good point, we might did migration...