plugins { id("ru.mipt.npm.gradle.project") } allprojects { group = "space.kscience" version = "0.4.0-dev-2" } subprojects { apply(plugin = "maven-publish") repositories { maven("https://dl.bintray.com/mipt-npm/kscience") maven("https://dl.bintray.com/mipt-npm/dev") } } readme { readmeTemplate = file("docs/templates/README-TEMPLATE.md") } ksciencePublish { github("dataforge-core") space("https://maven.pkg.jetbrains.space/mipt-npm/p/sci/maven") sonatype() } apiValidation { nonPublicMarkers.add("space.kscience.dataforge.misc.DFExperimental") }