mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-29 00:52:27 -05:00
11 lines
111 B
Text
11 lines
111 B
Text
plugins {
|
|
java
|
|
}
|
|
|
|
dependencies {
|
|
implementation(rootProject)
|
|
}
|
|
|
|
tasks.javadoc {
|
|
onlyIf { false }
|
|
}
|