workflow/build.gradle.kts
2024-04-13 21:23:31 +03:00

9 lines
145 B
Plaintext

plugins {
id("space.kscience.gradle.project")
}
group = "center.sciprog"
version = "0.1.0"
val attributesVersion: String by extra("0.1.0")