21 lines
462 B
Plaintext
21 lines
462 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.gradle.project")
|
|
}
|
|
|
|
val dataforgeVersion: String by extra("0.5.2")
|
|
val ktorVersion: String by extra(ru.mipt.npm.gradle.KScienceVersions.ktorVersion)
|
|
val rsocketVersion by extra("0.15.4")
|
|
|
|
allprojects {
|
|
group = "space.kscience"
|
|
version = "0.1.1-SNAPSHOT"
|
|
}
|
|
|
|
ksciencePublish {
|
|
github("controls.kt")
|
|
space("https://maven.pkg.jetbrains.space/mipt-npm/p/controls/maven")
|
|
}
|
|
|
|
apiValidation {
|
|
validationDisabled = true
|
|
} |