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