mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-20 16:07:43 +01:00
Fix suppress warnings on the packets
This commit is contained in:
@@ -10,8 +10,5 @@ tasks.withType(JavaCompile).configureEach {
|
||||
error("NullAway")
|
||||
|
||||
option("NullAway:AnnotatedPackages", "com.velocitypowered")
|
||||
option("NullAway:ExcludedClasses",
|
||||
"com.velocitypowered.proxy.network.packet.clientbound.ClientboundJoinGamePacket," +
|
||||
"com.velocitypowered.proxy.network.packet.clientbound.ClientboundRespawnPacket")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user