0.3.0-dev-2 #244

Merged
altavir merged 48 commits from dev into master 2021-03-15 19:52:27 +03:00
Showing only changes of commit 4ec33c6857 - Show all commits

View File

@ -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 {