visionforge/plotly/build.gradle.kts
2024-06-06 09:27:00 +03:00

13 lines
188 B
Plaintext

plugins{
id("org.jetbrains.changelog")
}
allprojects {
group = "space.kscience"
version = "0.7.2"
}
readme {
readmeTemplate = file("docs/templates/README-TEMPLATE.md")
}