-
Notifications
You must be signed in to change notification settings - Fork 54
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
chore: Update ci.yaml to setup Java 21 CI tests #2299
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
7a314dc
chore: Update ci.yaml to setup Java 21 unit testing
ddixit14 c027f23
Update ci.yaml
ddixit14 e8fcd8c
Update ci.yaml
ddixit14 3fddbd6
Update ci.yaml
ddixit14 17c46f9
Update ci.yaml
ddixit14 4e43290
using `--test_verbose_timeout_warnings` to see more details
ddixit14 a76fce0
show test details
ddixit14 5372a78
chore: upgrade to bazel 6.4.0
ddixit14 ec86c22
update comments.
ddixit14 ae25d9f
chore: upgrade gradle to 8.4
ddixit14 e0d1929
using archiveClassifier instead of deprecated Classifier.
ddixit14 916ec45
use archiveClassifier
ddixit14 fe64b37
update comments.
ddixit14 9cfc128
option no longer needed.
ddixit14 4a0fa25
remove space
ddixit14 7073770
Update ci.yaml
ddixit14 0e3ba37
Update ci.yaml
ddixit14 b68e353
Update ci.yaml
ddixit14 9d615a1
Update ci.yaml
ddixit14 df048db
trying if gradle 8.1 works.
ddixit14 dbda85b
separate out java 21 job ( exclude self-service clients )
ddixit14 6dbd452
Update gradle-wrapper.properties - version 8.4
ddixit14 e9ab512
Update gradle-wrapper.properties to use 7.6.3 gradle
ddixit14 af25ea6
Update grpc.gradle.tmpl
ddixit14 7744183
Update proto.gradle.tmpl
ddixit14 8a0d00b
Update ci.yaml
ddixit14 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# See https://github.com/bazelbuild/bazelisk | ||
USE_BAZEL_VERSION=6.0.0 | ||
# As per b/302171264#comment5, 6.4.0 supports Java 21. | ||
USE_BAZEL_VERSION=6.4.0 |
This file contains 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
Oops, something went wrong.
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.
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.
Would you add source code comment why build (21) is special?
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.
Added.