8 lines
111 B
Text
8 lines
111 B
Text
plugins {
|
|
entitylib.`java-conventions`
|
|
id("java-library")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":api"))
|
|
}
|