Skip to content
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

💚 fix ci: Fix erroneous indentation in action.yml #1041

Conversation

LogFlames
Copy link
Member

This has been a journey. Because of an update to quarkus the CI now requires Java 17 in the github aciton. Do note that the maven plugin is still compiled and works with Java 11.

Because the action needed to be updated a release was required before the new version could be used. Unfortunately some releases (e.g. 5.3.0) will not work in CI since quarkus was automatically updated and no CI test caught that it required Java 17, thus merging it and it went with the 5.3.0 release while it still used Java 11 in the action.yml.

@LogFlames LogFlames force-pushed the 1032-release-action-tries-to-update-lockfile-in-main-in-pom-is-changed branch from 1f69d31 to c0d63a9 Compare December 20, 2024 13:34
@LogFlames LogFlames force-pushed the 1032-release-action-tries-to-update-lockfile-in-main-in-pom-is-changed branch from c0d63a9 to c0176dd Compare December 20, 2024 13:50
@LogFlames
Copy link
Member Author

The journey continues, action.yml was broken for these releases. Lets hope for 5.3.5 :)

I want to find a better way to work on CI issues without having to create this many releases.

@LogFlames LogFlames changed the title 👷 ci: Use latest version of maven-lockfile in CI 💚 fix ci: Fix erroneous indentation in action.yml Dec 20, 2024
@LogFlames LogFlames merged commit cda7810 into main Dec 20, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant