gradle-maven-publish-plugin icon indicating copy to clipboard operation
gradle-maven-publish-plugin copied to clipboard

Component with package url: 'pkg:maven/my github../myLibrary@unspecified?type=aar' already exists

Open LinX64 opened this issue 7 months ago • 1 comments

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.

LinX64 avatar Jul 30 '24 19:07 LinX64