mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
fa6b59ad02
* Change packages * Move everything to a protocol submodule * gradle conventions, update license --------- Co-authored-by: Konicai <71294714+Konicai@users.noreply.github.com>
11 lines
116 B
Text
11 lines
116 B
Text
plugins {
|
|
java
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.protocol)
|
|
}
|
|
|
|
tasks.javadoc {
|
|
enabled = false
|
|
}
|