-
Notifications
You must be signed in to change notification settings - Fork 143
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 gradle to support Java 21 #10513
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10513 +/- ##
==========================================
Coverage ? 63.02%
Complexity ? 30851
==========================================
Files ? 3363
Lines ? 135618
Branches ? 14121
==========================================
Hits ? 85478
Misses ? 46756
Partials ? 3384 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com> Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
...sdk/swirlds-jasperdb/src/test/java/com/swirlds/merkledb/VirtualHashRecordSerializerTest.java
Outdated
Show resolved
Hide resolved
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.
Approved WRT hashgraph owned file
751c1d3
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.
LGTM !
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.
Applying a temporary hold to prevent accidental merges until all other approvals have been received and the announcement with additional instructions has been sent out.
Description
According to notes from Mockito github:
Test result
https://swirldslabs.slack.com/archives/C03G7CBJJ06/p1702607462099059
Related Issues