Skip to content
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 new file permission API from Gradle 8.3 #892

Closed
jbartok opened this issue Oct 13, 2023 · 1 comment · Fixed by #876
Closed

Use new file permission API from Gradle 8.3 #892

jbartok opened this issue Oct 13, 2023 · 1 comment · Fixed by #876

Comments

@jbartok
Copy link
Contributor

jbartok commented Oct 13, 2023

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.

@Goooler
Copy link
Member

Goooler commented Oct 27, 2023

I'd addressed the fix to #876 (28f5c64), can you take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants