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
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.
The text was updated successfully, but these errors were encountered:
thanx for letting us know.
I'm currently not able to update the htmlSanityCheck myself - help would be appreciated!
Sorry, something went wrong.
https://github.com/aim42/htmlSanityCheck/issues/305
b82153a
c180165
created pull request #308
Resolved by #308
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: