spierce7
08/27/2019, 8:53 PMdarkmoon_uk
08/27/2019, 9:06 PMspierce7
08/27/2019, 9:11 PMSebastian Sellmair [JB]
08/27/2019, 9:32 PMspierce7
08/27/2019, 9:43 PMSebastian Sellmair [JB]
08/27/2019, 9:43 PMspierce7
08/27/2019, 9:44 PMdarkmoon_uk
08/28/2019, 7:01 AMcorneil
08/28/2019, 7:37 AMribesg
08/28/2019, 8:03 AMdarkmoon_uk
08/28/2019, 9:08 AM> Could not upload to '<https://api.bintray.com/content/chris-hatton/lib/multi-mvp/0.0.1/property(class> java/lang/String, map(provider(?)))/property(class java.lang.String, fixed(class java.lang.String, multi-mvp))/property(class java.lang.String, map(provider(?)))/property(class java.lang.String, fixed(class java.lang.String, multi-mvp))-property(class java.lang.String, map(provider(?))).pom': HTTP/1.1 400 Bad Request [message:Unable to upload files: Maven group, artifact or version defined in the pom file do not match the file path 'property(class java/lang/String, map(provider(?)))/property(class java.lang.String, fixed(class java.lang.String, multi-mvp))/property(class java.lang.String, map(provider(?)))/property(class java.lang.String, fixed(class java.lang.String, multi-mvp))-property(class java.lang.String, map(provider(?))).pom']
id("maven-publish")
id("com.jfrog.bintray") version "1.7"
...and then configured the bintray
section and:
publishing {
publications {
val kotlinMultiplatform by getting {
(this as MavenPublication).artifactId = "multi-mvp"
}
}
}
ribesg
08/28/2019, 9:33 AMmsink
08/28/2019, 9:55 AMribesg
08/28/2019, 10:45 AMspierce7
08/28/2019, 2:46 PMdarkmoon_uk
08/28/2019, 10:58 PM