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

GFileUtils will be removed in Gradle 9 #305

Closed
sciencewhiz opened this issue Jun 14, 2023 · 3 comments
Closed

GFileUtils will be removed in Gradle 9 #305

sciencewhiz opened this issue Jun 14, 2023 · 3 comments

Comments

@sciencewhiz
Copy link
Contributor

GFileUtils is used at https://github.com/aim42/htmlSanityCheck/blob/main/src/main/groovy/org/aim42/htmlsanitycheck/report/HtmlReporter.groovy#L68

In gradle 8, it's deprecated and will be removed in Gradle 9. https://docs.gradle.org/8.1/userguide/upgrading_version_7.html#org_gradle_util_reports_deprecations

One alternative is Apache Commons FileUtils, which GFileUtils is a wrapper of.

@gernotstarke
Copy link
Member

thanx for letting us know.

I'm currently not able to update the htmlSanityCheck myself - help would be appreciated!

oliva123456 added a commit to oliva123456/htmlSanityCheck that referenced this issue Sep 28, 2023
oliva123456 added a commit to oliva123456/htmlSanityCheck that referenced this issue Sep 28, 2023
@oliva123456
Copy link
Contributor

created pull request #308

@ascheman
Copy link
Member

Resolved by #308

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

No branches or pull requests

4 participants