mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 03:15:11 -05:00
4f2e7a5b55
* Change packages * Move everything to a protocol submodule * gradle conventions, update license --------- Co-authored-by: Konicai <71294714+Konicai@users.noreply.github.com>
7 lines
79 B
Text
7 lines
79 B
Text
plugins {
|
|
idea
|
|
}
|
|
|
|
allprojects {
|
|
group = "org.geysermc.mcprotocollib"
|
|
}
|