> Configure project : The org.gradle.api.plugin...
# community-support
j
Configure project :
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.9/userguide/upgrading_version_8.html#deprecated_access_to_conventions 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.9/userguide/upgrading_version_8.html#java_convention_deprecation FAILURE: Build failed with an exception. * What went wrong: 'void org.gradle.api.internal.artifacts.dsl.LazyPublishArtifact.<init>(org.gradle.api.provider.Provider)' HI team i am facing this issue when i use gradlew build --warning-mode all
a
Hi, there's not really enough information to figure out what's wrong. Could you try sharing the build script that's failing? What about if you run with
--stacktrace
? Could you run with
--scan
and share the link to the build scan?
--warning-mode all
isn't that useful unfortunately, there's always tonnes of warnings because so many Gradle plugins have to use deprecated functionality