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

Support more Java LTS in GitHub Actions #1204

Open
wants to merge 11 commits into
base: 3.2.x
Choose a base branch
from

Conversation

Doc94
Copy link
Member

@Doc94 Doc94 commented Apr 13, 2024

Close #1203
This also require update the gradle wrapper version.

@Doc94 Doc94 changed the base branch from master to 3.2.x April 13, 2024 13:45
@Doc94 Doc94 added the enhancement Improvement over an existing feature label Apr 13, 2024
@@ -4,7 +4,8 @@ plugins {
id 'signing'
id 'com.gorylenko.gradle-git-properties' version '2.3.2' apply false
id 'com.github.ben-manes.versions' version '0.38.0'
id 'net.researchgate.release' version '2.8.1'
// TODO: Warning for Gradle 9 by https://github.com/researchgate/gradle-release/issues/379
id 'net.researchgate.release' version '3.0.2'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note... this is currently the only thing throw a warning, this not affect the process but for Gradle 9 this going to break the release tasks... this was reported in researchgate/gradle-release#379 currently with not good responses (?

@Azn9 Azn9 added this to the 3.3.0 milestone Apr 14, 2024
@NovaFox161 NovaFox161 requested review from quanticc and darichey and removed request for quanticc April 15, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement over an existing feature
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Support Java 21 in CI
2 participants