You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using version 7+ of gradle the maven plugin is no longer available and you need to use maven-publish. However, with existing examples of how to upload archives, this plugin isn't working.
We should use the maven-publish plugin and figure out how to upload archives to sonatype. We should also upgrade to the latest version of gradle 7.
The text was updated successfully, but these errors were encountered:
When using version 7+ of gradle the
maven
plugin is no longer available and you need to usemaven-publish
. However, with existing examples of how to upload archives, this plugin isn't working.We should use the
maven-publish
plugin and figure out how to upload archives to sonatype. We should also upgrade to the latest version of gradle 7.The text was updated successfully, but these errors were encountered: