mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[epilogue] Add an annotation-based logging framework for Java programs (#6584)
This commit is contained in:
@@ -113,6 +113,8 @@ tasks.withType(JavaCompile).configureEach {
|
||||
"-Xlint:-try",
|
||||
// ignore missing serialVersionUID warnings
|
||||
"-Xlint:-serial",
|
||||
// ignore unclaimed annotation warning from annotation processing
|
||||
"-Xlint:-processing",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user