MCProtocolLib/example/build.gradle.kts
Alex fa6b59ad02 Move package/license to GeyserMC, gradle conventions and submodules (#782)
* Change packages

* Move everything to a protocol submodule

* gradle conventions, update license

---------

Co-authored-by: Konicai <71294714+Konicai@users.noreply.github.com>
2024-04-24 08:58:19 +02:00

11 lines
116 B
Text

plugins {
java
}
dependencies {
implementation(projects.protocol)
}
tasks.javadoc {
enabled = false
}