8 lines
156 B
Text
8 lines
156 B
Text
plugins {
|
|
entitylib.`java-conventions`
|
|
id("java-library")
|
|
}
|
|
|
|
group = "me.tofaa.entitylib"
|
|
description = rootProject.name
|
|
version = "2.4.1-SNAPSHOT"
|