workflow/build.gradle.kts

9 lines
145 B
Plaintext
Raw Permalink Normal View History

2024-04-13 21:23:31 +03:00
plugins {
id("space.kscience.gradle.project")
}
group = "center.sciprog"
version = "0.1.0"
val attributesVersion: String by extra("0.1.0")