-
Notifications
You must be signed in to change notification settings - Fork 18
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
Use Java 21 features #1023
Use Java 21 features #1023
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1023 +/- ##
============================================
+ Coverage 81.33% 81.36% +0.03%
- Complexity 3526 3529 +3
============================================
Files 291 291
Lines 10761 10758 -3
Branches 1307 1308 +1
============================================
+ Hits 8752 8753 +1
+ Misses 1264 1263 -1
+ Partials 745 742 -3 ☔ View full report in Codecov by Sentry. |
@@ -2,7 +2,7 @@ | |||
# The Version of this project, aka, The Aya Theorem Prover. | |||
# Remove "-SNAPSHOT" suffix and run gradle publish to release a new version. | |||
# After that, increase the version number and add "-SNAPSHOT" suffix back for next cycle. | |||
project = "0.30" |
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.
Please add -SNAPSHOT
to the version because it is in the main branch, and such a "release" version will prevent the CI from uploading nightly builds to https://s01.oss.sonatype.org/content/repositories/snapshots
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.
😨 oh no
Yeeassss