Unverified Commit c85a4ea7 authored by Igor Demin's avatar Igor Demin Committed by GitHub

Fix maven uploading

parent ff5a1136
......@@ -83,6 +83,7 @@ val uploadSkikoArtifactsToMavenCentral by tasks.registering(UploadToSonatypeTask
user.set(mavenCentral.user)
password.set(mavenCentral.password)
publishAfterUploading.set(mavenCentral.publishAfterUploading)
}
fun Project.skikoMavenModules(version: String): Provider<List<ModuleToUpload>> =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment