controls-kt/build.gradle.kts

21 lines
395 B
Plaintext
Raw Normal View History

2020-10-04 22:36:44 +03:00
plugins {
2021-04-05 17:41:36 +03:00
id("ru.mipt.npm.gradle.project")
2020-09-08 10:13:14 +03:00
}
2021-08-02 16:42:19 +03:00
val dataforgeVersion: String by extra("0.5.0-dev-7")
2021-02-09 16:39:39 +03:00
val ktorVersion: String by extra(ru.mipt.npm.gradle.KScienceVersions.ktorVersion)
2021-08-02 16:42:19 +03:00
val rsocketVersion by extra("0.13.1")
2020-02-17 14:46:02 +03:00
allprojects {
2021-02-09 16:39:39 +03:00
group = "ru.mipt.npm"
2021-08-02 16:42:19 +03:00
version = "0.1.1"
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")
2021-06-20 14:46:02 +03:00
space()
2020-10-04 22:36:44 +03:00
}
apiValidation {
validationDisabled = true
}