-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Updated plugins and GitHub actions #7400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Formatting check succeeded! |
|
Looks good, minus potentially the change to UCUM version, and the spotless failures. Was there a CVE you were resolving with this? I just ask because there may be downstream issues from this update, depending on the contents of the change. I'll have a look at the delta |
i reverted back the |
|
Seems to fail on the parallel build step here. Very strange |
The issue is that the Step runs the command mvn validate -P CHECKSTYLE --batch-modebut it requires first that the SNAPSHOT Packages are installed (the cache does not contain them yet?) |
|
This apparently breaks our checkstyle run: https://github.com/hapifhir/hapi-fhir/actions/runs/19602202032/job/56135347335?pr=7400 . Can you have a look into the file and see why this might be? looks like its failing to do some resolution. If you can't figure it out let me know and I'll have a look on monday. |
|
@tadgh i've tested it on another PC and i could fully reproduce it. In order to break the loop, i had to issue the command:
I couldn't use the dependency, if it not even exists in my repository. The
|

Updated Plugins and GitHub Actions
Resolving CVE for logback