-
Notifications
You must be signed in to change notification settings - Fork 127
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
Fix Gradle 8.12 deprecation warning #455
Conversation
- We should not reference project from task execution phase
@rpalcolea do you have the bandwidth to review this one? |
oh this is nice! thanks for doing it. I was planning to go through some deprecations after the holiday season! will release in a bit |
https://github.com/nebula-plugins/gradle-ospackage-plugin/releases/tag/v11.10.1 should go out soon :) |
alright, this is now available @breskeby https://plugins.gradle.org/plugin/com.netflix.nebula.ospackage ! thanks again! |
Wow that was quick! highly appreciated! |
While testing gradle 8.12 rc 1 & 2 we realised they introduced a few more deprecations and that broke our build.
This fixes the deprecation warnings we saw. We use jitpack to test this in our build here: elastic/elasticsearch#118683