mirror of
https://github.com/CloudburstMC/Protocol.git
synced 2024-11-21 16:35:26 +00:00
11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
dependencies {
|
|
api(projects.bedrockCodec)
|
|
api(libs.netty.transport.raknet)
|
|
api(libs.snappy)
|
|
}
|
|
|
|
tasks.jar {
|
|
manifest {
|
|
attributes("Automatic-Module-Name" to "org.cloudburstmc.protocol.bedrock.connection")
|
|
}
|
|
} |