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

Gradle's GFileUtils will be removed in Gradle 9 #308

Merged
merged 4 commits into from
Sep 30, 2023

Conversation

oliva123456
Copy link
Contributor

@oliva123456 oliva123456 commented Sep 28, 2023

see #305

Usage of GFileUtils is avoided.

The mentioned suggestion 'alternative is Apache Commons FileUtils, which GFileUtils is a wrapper of' was not chosen to avoid the introduction of a new dependency. Instead, copying is performed with java.nio.file.Files.

@oliva123456 oliva123456 changed the title Gradle Gradle's GFileUtils will be removed in Gradle 9 Sep 28, 2023
@gernotstarke gernotstarke merged commit 619caf4 into aim42:main Sep 30, 2023
1 check passed
@oliva123456 oliva123456 deleted the gradle branch October 2, 2023 05:30
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 this pull request may close these issues.

2 participants