10 lines
127 B
Text
10 lines
127 B
Text
|
plugins {
|
||
|
id("java")
|
||
|
}
|
||
|
|
||
|
group = "xyz.ineanto.nicko.mappings"
|
||
|
version = project.version
|
||
|
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
}
|