visionforge/plotly/build.gradle.kts

13 lines
188 B
Plaintext
Raw Permalink Normal View History

2024-06-05 09:49:29 +03:00
plugins{
id("org.jetbrains.changelog")
}
2024-06-04 22:47:56 +03:00
allprojects {
group = "space.kscience"
2024-06-06 09:27:00 +03:00
version = "0.7.2"
2024-06-04 22:47:56 +03:00
}
readme {
readmeTemplate = file("docs/templates/README-TEMPLATE.md")
}