-
Notifications
You must be signed in to change notification settings - Fork 1
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
Run build on JDK 17 and 21-ea #421
Conversation
Temurin distro does not yet provide JDK 21 GA as of 2023-09-25. |
The Temurin releases page says this:
|
With 21-ea got following error:
Googled and this seems to be an error with Lombok, prior to 1.18.30. So, first need to release new version of kiwi-parent |
@dependabot rebase |
Bumps [org.kiwiproject:kiwi-parent](https://github.com/kiwiproject/kiwi-parent) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/kiwiproject/kiwi-parent/releases) - [Commits](kiwiproject/kiwi-parent@v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: org.kiwiproject:kiwi-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.kiwiproject:kiwi-bom](https://github.com/kiwiproject/kiwi-bom) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/kiwiproject/kiwi-bom/releases) - [Commits](kiwiproject/kiwi-bom@v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: org.kiwiproject:kiwi-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Kudos, SonarCloud Quality Gate passed! |
Closing because I messed up the rebase. Will re-submit a clean branch. |
No description provided.