mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
ebc06dc94e
* Add slf4j * Use lombok inside tests * Fix double error printing * Remove lombok annotation
12 lines
154 B
Text
12 lines
154 B
Text
plugins {
|
|
java
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.protocol)
|
|
implementation(libs.slf4j.simple)
|
|
}
|
|
|
|
tasks.javadoc {
|
|
enabled = false
|
|
}
|