Remove publishWindows task

This commit is contained in:
Iaroslav Postovalov 2021-02-28 20:23:16 +07:00
parent a68b102e40
commit 4ec33c6857
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -24,14 +24,7 @@ allprojects {
}
subprojects {
if (name.startsWith("kmath")) {
apply<KSciencePublishingPlugin>()
val publishWindows by tasks.creating {
tasks.find { it.name == "publishMingwX64PublicationToSpaceRepository" }?.let { dependsOn(it) }
tasks.find { it.name == "publishMingwX64PublicationToSonatypeRepository" }?.let { dependsOn(it) }
}
}
if (name.startsWith("kmath")) apply<KSciencePublishingPlugin>()
}
readme {