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

Deprecation warning wrt Gradle 9 #895

Closed
Chessray opened this issue May 16, 2023 · 3 comments · Fixed by #974
Closed

Deprecation warning wrt Gradle 9 #895

Chessray opened this issue May 16, 2023 · 3 comments · Fixed by #974

Comments

@Chessray
Copy link

Build output:

The org.gradle.util.ConfigureUtil type has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/8.1.1/userguide/upgrading_version_7.html#org_gradle_util_reports_deprecations at build_2my6sz9nofhu09ycuu5xrzoww$_run_closure2$_closure19$_closure26.doCall(/Users/raimundklein/development/GitHub/spring-boot-mvc-hexagonal-template/service/build.gradle:114) (Run with --stacktrace to get the full stack trace of this deprecation warning.) at build_2my6sz9nofhu09ycuu5xrzoww$_run_closure2$_closure19.doCall(/Users/raimundklein/development/GitHub/spring-boot-mvc-hexagonal-template/service/build.gradle:113) (Run with --stacktrace to get the full stack trace of this deprecation warning.)

Referenced section in the build file:

spotbugsMain {
    reports {
        html {
            required = true
        }
    }
}
@KengoTODA
Copy link
Member

Duplicate of #616

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

🎉 This issue has been resolved in version 5.1.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

🎉 This issue has been resolved in version 6.0.0-beta.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

2 participants