Fix deploy to space

This commit is contained in:
Alexander Nozik 2021-03-05 19:27:13 +03:00
parent 64100dcfe4
commit 18bfde9978

View File

@ -11,7 +11,7 @@ allprojects {
subprojects { subprojects {
apply(plugin = "ru.mipt.npm.gradle.publish") apply(plugin = "ru.mipt.npm.gradle.publish")
repositories{ repositories {
maven("https://dl.bintray.com/mipt-npm/kscience") maven("https://dl.bintray.com/mipt-npm/kscience")
maven("https://dl.bintray.com/mipt-npm/dev") maven("https://dl.bintray.com/mipt-npm/dev")
} }
@ -24,9 +24,9 @@ readme {
ksciencePublish { ksciencePublish {
bintrayRepo = "dataforge" bintrayRepo = "dataforge"
githubProject = "dataforge-core" githubProject = "dataforge-core"
spaceRepo = "https://maven.jetbrains.space/mipt-npm/p/df/maven" spaceRepo = "https://maven.pkg.jetbrains.space/mipt-npm/p/sci/maven"
} }
apiValidation{ apiValidation {
nonPublicMarkers.add("space.kscience.dataforge.misc.DFExperimental") nonPublicMarkers.add("space.kscience.dataforge.misc.DFExperimental")
} }