Adopt crap-java 0.2.0#20
Conversation
|
@copilot Please do a code review here. Do not work on the code. |
There was a problem hiding this comment.
Pull request overview
Updates the project’s CRAP quality gate integration to the renamed/released crap-java Maven plugin (0.2.0), aligning build configuration and CI workflow with the new coordinates and goal prefix.
Changes:
- Bump Maven plugin version property from the old
crap4javanaming tocrap-javaand update the GitHub Packages plugin repository URL. - Update the configured Maven plugin artifactId to
crap-java-maven-plugin. - Rename the PR workflow job/command to run
crap-java:checkunder the newcrap-javajob id.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
pom.xml |
Switches plugin repo URL, property name, artifactId, and version reference to crap-java v0.2.0. |
.github/workflows/pr-tests.yml |
Renames the gate job and updates the Maven goal invocation to crap-java:check. |
Reviewed commit |
Summary
crap-java0.2.0Maven plugin coordinates and package URLcrap4javatocrap-javacrap-java:checkTesting
./mvnw -B -ntp test./mvnw -B -ntp crap-java:checkCloses #19