8 lines
160 B
Kotlin
8 lines
160 B
Kotlin
plugins {
|
|
`maven-publish`
|
|
id("de.siphalor.tweed5.root-properties")
|
|
}
|
|
|
|
group = "de.siphalor.tweed5.minecraft"
|
|
version = rootProperties["tweed5.version"].get()
|