gradle-maven-publish-plugin
gradle-maven-publish-plugin copied to clipboard
Component with package url: 'pkg:maven/my github../myLibrary@unspecified?type=aar' already exists
This happens after a second upload.
I've tried excluding this "unspecified":
artifacts.removeAll { it.classifier == null && it.extension == "jar" }
but it didn't work.