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

Deprecated VersionNumber is used #45

Open
octylFractal opened this issue Jun 1, 2023 · 0 comments
Open

Deprecated VersionNumber is used #45

octylFractal opened this issue Jun 1, 2023 · 0 comments

Comments

@octylFractal
Copy link

The following message is printed under --warning-mode=all -s:

The org.gradle.util.VersionNumber 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 org.gradle.util.VersionNumber.logDeprecation(VersionNumber.java:37)
        at org.gradle.util.VersionNumber.maybeLogDeprecation(VersionNumber.java:75)
        at org.gradle.util.VersionNumber.toString(VersionNumber.java:145)
        at org.spongepowered.asm.gradle.plugins.MixinGradlePlugin.getCurrentVersion(MixinGradlePlugin.groovy:85)
        at org.spongepowered.asm.gradle.plugins.MixinGradlePlugin.<clinit>(MixinGradlePlugin.groovy:51)

There is no replacement for this class, see gradle/gradle#17450 (comment).

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

No branches or pull requests

1 participant