-
Notifications
You must be signed in to change notification settings - Fork 104
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
Upgrade to Gradle 8 #3242
Comments
ScottDugas
added a commit
to ScottDugas/fdb-record-layer
that referenced
this issue
Mar 11, 2025
I have done this for prb, and fixed the issues it found, now we need to expand it to other jobs, namely nightly and release. This is part of the work to upgrade to gradle 8: FoundationDB#3242
alecgrieser
pushed a commit
that referenced
this issue
Mar 13, 2025
I have done this for prb, and fixed the issues it found, now we need to expand it to other jobs, namely nightly and release. This is part of the work to upgrade to gradle 8: #3242
I'm seeing these warnings:
I also see warnings about |
ScottDugas
added a commit
that referenced
this issue
Mar 17, 2025
The JMH one is a little surprising to me, as that is just a plugin. I basically just followed what gradle printed in the warnings. Also, I validated this locally running each task with a clean, e.g. ./gradlew clean :fdb-relational-cli:jar --warning-mode all on main, it fails because files don't exst, but on this branch they succeed. This is part of the work to allow upgrading to gradle 8: #3242
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should upgrade to using the latest gradle.
The text was updated successfully, but these errors were encountered: