alec
01/11/2019, 1:58 PMafterEvaluate {
// Alias the task names we use elsewhere to the new task names.
tasks.create('install').dependsOn('publishKotlinMultiplatformPublicationToMavenLocal')
}
apply from: "$rootDir/gradle/gradle-mvn-mpp-push.gradle"
publishing {
publications.all {
// Rewrite all artifacts from using the project name to just 'runtime'.
artifactId = artifactId.replace(project.name, 'runtime')
}
}
for gradle 4.10.2