Fix Maven scope mapping for the runtime dependencies in PM20 publishing
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ abstract class AbstractKotlinGradleRuntimePublishedVariantFactory<T : KotlinGrad
|
||||
it.mapToMavenScope("compile")
|
||||
}
|
||||
platformComponent.addVariantsFromConfiguration(project.configurations.getByName(variant.runtimeElementsConfigurationName)) {
|
||||
it.mapToMavenScope("compile")
|
||||
it.mapToMavenScope("runtime")
|
||||
}
|
||||
|
||||
module.ifMadePublic {
|
||||
|
||||
Reference in New Issue
Block a user