controls-kt/build.gradle.kts

21 lines
475 B
Plaintext
Raw Normal View History

2020-10-04 22:36:44 +03:00
plugins {
2022-08-02 09:46:31 +03:00
id("space.kscience.gradle.project")
2020-09-08 10:13:14 +03:00
}
2022-08-10 19:20:06 +03:00
val dataforgeVersion: String by extra("0.6.0-dev-13")
2022-08-02 09:46:31 +03:00
val ktorVersion: String by extra(space.kscience.gradle.KScienceVersions.ktorVersion)
2022-05-23 23:30:38 +03:00
val rsocketVersion by extra("0.15.4")
2020-02-17 14:46:02 +03:00
allprojects {
2022-08-02 09:10:02 +03:00
group = "space.kscience"
version = "0.1.1-SNAPSHOT"
2020-02-17 14:46:02 +03:00
}
2020-10-04 22:36:44 +03:00
ksciencePublish {
2021-04-05 17:41:36 +03:00
github("controls.kt")
2022-08-02 09:10:02 +03:00
space("https://maven.pkg.jetbrains.space/mipt-npm/p/controls/maven")
2020-10-04 22:36:44 +03:00
}
apiValidation {
validationDisabled = true
}