Renamed: entitylib.java-conventions.gradle.kts -> entitylib.library-conventions.gradle.kts Switched: johnrengelman's shadow to googler's shadow fork
7 lines
136 B
Text
7 lines
136 B
Text
plugins {
|
|
entitylib.`library-conventions`
|
|
}
|
|
|
|
group = "me.tofaa.entitylib"
|
|
description = rootProject.name
|
|
version = "2.4.1-SNAPSHOT"
|