-
Notifications
You must be signed in to change notification settings - Fork 40
Deprecated Gradle API usage: AbstractArchiveTask.archivePath #446
Comments
Thanks for reporting this issue @TWiStErRob ! We'll keep an eye on it, also adding the link to the official doc of AbstractArchiveTask:archivePath as a reference. We are also happy to review any community contributions. |
I might take a stab at it next week. |
@TWiStErRob Thank you for making these contributions - we will need some time to review, but your work and patience is greatly appreciated here! |
Yeah, they're tricky (but also should be fairly simple). Feel free to comment on PR lines, if in doubt. I can try to explain what I did and how I think it can be proved that it's a good change. |
Also, please schedule kokoro for more coverage in case I need to fix more things. |
For sure - thank you!
It might be inconvenient for you to troubleshoot against any kokoro issues without visibility into the logs (sometimes the error can be specific to the internal CI environment). You can run We’ll trigger the runs as part of PR review, and follow-up specifically in comments if anything comes up that is related to the code changes. |
Ah, makes sense. I think I did execute
I don't think there's anything specifically platform specific in the PRs. Even though we're working with files in this issue, the Java File object and Gradle's internals take care of compatibility. Anyway, take your time, but please prioritize this issue and its PR. The other PRs are just improvements to the DX of this project, while this issue one has a direct effect on users using Gradle 8. |
The AbstractArchiveTask.archivePath property has been deprecated.
Maybe related: #432 (comment)
The text was updated successfully, but these errors were encountered: