-
-
Notifications
You must be signed in to change notification settings - Fork 264
Support more Java LTS in GitHub Actions #1204
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
Merged
Doc94
merged 12 commits into
Discord4J:3.2.x
from
Doc94:feature/1203/support-check-java-21
Jun 16, 2024
Merged
Support more Java LTS in GitHub Actions #1204
Doc94
merged 12 commits into
Discord4J:3.2.x
from
Doc94:feature/1203/support-check-java-21
Jun 16, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Fix task core.sourcesJar throw error related order of run - Handle breaking change for source version
Doc94
commented
Apr 13, 2024
| 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' |
Member
Author
There was a problem hiding this comment.
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
approved these changes
May 18, 2024
…eature/1203/support-check-java-21
Azn9
pushed a commit
to Azn9/Discord4J
that referenced
this pull request
Jun 17, 2024
* Include more Java LTS in Build Check * Allow run workflow manually * Temporal trigger * Update Gradle Wrapper to 8.7 - Fix task core.sourcesJar throw error related order of run - Handle breaking change for source version * Configure Gradle scans for local runs * Disable automatic publish of scans * Minor changes in build.gradle * Fix build option for JDK 17+ * [ci skip] Remove debug * Fix warnings for archivesBaseName * Fix warnings for net.researchgate.release plugin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Close #1203
This also require update the gradle wrapper version.