9 lines
145 B
Plaintext
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") |