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

⬆️ Upgrade gradle to 8.4 #103

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

nvervelle
Copy link
Contributor

Upgrade gradle to 8.4 and enable detailed warnings about deprecated gradle usage.

I will try to do another PR to fix the warnings about the deprecation of JavaPluginConvention.

Build file '/home/nvervelle/dev/Tests/opa-gradle-plugin/build.gradle': line 12
The org.gradle.api.plugins.JavaPluginConvention 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.4/userguide/upgrading_version_8.html#java_convention_deprecation
        at build_28vphb26scj7alubxe8loxln3.run(/home/nvervelle/dev/Tests/opa-gradle-plugin/build.gradle:12)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
Build file '/home/nvervelle/dev/Tests/opa-gradle-plugin/build.gradle': line 12
The org.gradle.api.plugins.Convention 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.4/userguide/upgrading_version_8.html#deprecated_access_to_conventions
        at build_28vphb26scj7alubxe8loxln3.run(/home/nvervelle/dev/Tests/opa-gradle-plugin/build.gradle:12)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
Build file '/home/nvervelle/dev/Tests/opa-gradle-plugin/build.gradle': line 13
The org.gradle.api.plugins.JavaPluginConvention 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.4/userguide/upgrading_version_8.html#java_convention_deprecation
        at build_28vphb26scj7alubxe8loxln3.run(/home/nvervelle/dev/Tests/opa-gradle-plugin/build.gradle:13)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
Build file '/home/nvervelle/dev/Tests/opa-gradle-plugin/build.gradle': line 13
The org.gradle.api.plugins.Convention 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.4/userguide/upgrading_version_8.html#deprecated_access_to_conventions
        at build_28vphb26scj7alubxe8loxln3.run(/home/nvervelle/dev/Tests/opa-gradle-plugin/build.gradle:13)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)

@irodzik irodzik merged commit c47b783 into Bisnode:master Dec 19, 2023
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