Marc Knaup
05/08/2019, 5:52 PMA POM cannot have multiple artifacts with the same type and classifier. Already have MavenArtifact fluid-stdlib-metadatajar.ascasc:null, trying to add MavenArtifact fluid-stdlib-metadatajar.ascasc:null(same here, unanswered: https://stackoverflow.com/questions/54318156/kotlin-multiplatform-library-project-upload-issue-pom-multiple-artifacts) configuration: https://github.com/fluidsonic/fluid-library/blob/master/sources/FluidLibraryVariantConfiguration.kt#L168
louiscad
05/08/2019, 6:14 PMMarc Knaup
05/08/2019, 6:15 PMMarc Knaup
05/08/2019, 6:15 PMMarc Knaup
05/08/2019, 6:16 PMlouiscad
05/08/2019, 6:18 PMlouiscad
05/08/2019, 6:18 PMnull
doesn't seem to be a proper version numberMarc Knaup
05/08/2019, 6:20 PMfluid-stdlib-metadata:jar.asc
is added twice.Marc Knaup
05/08/2019, 6:20 PMlouiscad
05/08/2019, 6:20 PMyour-module/build/publications
Marc Knaup
05/08/2019, 6:20 PM<project xmlns="<http://maven.apache.org/POM/4.0.0>" xsi:schemaLocation="<http://maven.apache.org/POM/4.0.0> <http://maven.apache.org/xsd/maven-4.0.0.xsd>" xmlns:xsi="<http://www.w3.org/2001/XMLSchema-instance>">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do-not-remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.fluidsonic</groupId>
<artifactId>fluid-stdlib-metadata</artifactId>
<version>0.9.4</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>1.3.31</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
louiscad
05/08/2019, 6:23 PMlouiscad
05/08/2019, 6:23 PMMarc Knaup
05/08/2019, 6:24 PMlouiscad
05/08/2019, 6:25 PMlouiscad
05/08/2019, 6:26 PMaddamsson
05/08/2019, 6:41 PMaddamsson
05/08/2019, 6:41 PMaddamsson
05/08/2019, 6:41 PMaddamsson
05/08/2019, 6:42 PMaddamsson
05/08/2019, 6:42 PMMarc Knaup
05/08/2019, 6:57 PMaddamsson
05/08/2019, 8:26 PMaddamsson
05/08/2019, 8:26 PMMarc Knaup
05/08/2019, 9:01 PM