Renamed: entitylib.java-conventions.gradle.kts -> entitylib.library-conventions.gradle.kts Switched: johnrengelman's shadow to googler's shadow fork
8 lines
126 B
Text
8 lines
126 B
Text
plugins {
|
|
entitylib.`library-conventions`
|
|
entitylib.`shadow-conventions`
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":api"))
|
|
}
|