We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gradle 8.3 introduces a new API for setting file permissions.
We intend to deprecate the old, Unix mode based API in Gradle, but we can't do that until major Gradle plugins don't start using the new one.
For that reason would be good to upgrade this plugin to use Gradle 8.3 and switch internal code to the new API.
The text was updated successfully, but these errors were encountered:
I'd addressed the fix to #876 (28f5c64), can you take a look?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Gradle 8.3 introduces a new API for setting file permissions.
We intend to deprecate the old, Unix mode based API in Gradle, but we can't do that until major Gradle plugins don't start using the new one.
For that reason would be good to upgrade this plugin to use Gradle 8.3 and switch internal code to the new API.
The text was updated successfully, but these errors were encountered: