MCProtocolLib/example/build.gradle.kts

12 lines
111 B
Text
Raw Normal View History

2023-12-19 13:01:53 -05:00
plugins {
java
}
dependencies {
implementation(rootProject)
}
tasks.javadoc {
onlyIf { false }
}