Remove publishWindows task
This commit is contained in:
parent
a68b102e40
commit
4ec33c6857
@ -24,14 +24,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
if (name.startsWith("kmath")) {
|
if (name.startsWith("kmath")) apply<KSciencePublishingPlugin>()
|
||||||
apply<KSciencePublishingPlugin>()
|
|
||||||
|
|
||||||
val publishWindows by tasks.creating {
|
|
||||||
tasks.find { it.name == "publishMingwX64PublicationToSpaceRepository" }?.let { dependsOn(it) }
|
|
||||||
tasks.find { it.name == "publishMingwX64PublicationToSonatypeRepository" }?.let { dependsOn(it) }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
readme {
|
readme {
|
||||||
|
Loading…
Reference in New Issue
Block a user