sentry-java
sentry-java copied to clipboard
Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the gradle.properties file or use the new publishing DSL.
Likely related to com.vanniktech:gradle-maven-publish-plugin
The same problem , how to fix that ?
gradle-maven-publish-plugin
That's a warning that comes from the gradle-maven-publish-plugin plugin and not Sentry's SDK.
https://github.com/vanniktech/gradle-maven-publish-plugin/issues/332#issuecomment-1052107916 we should be good with just using the latest verison of that plugin it seems
To avoid this warning, In the gradle.properties file, you can add
android.disableAutomaticComponentCreation=true