File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ java_package_configuration(
3535 # ignore module warnings for requirements on automatic modules (opencv, quickbuf)
3636 "-Xlint:-requires-automatic" ,
3737 "-Xlint:-requires-transitive-automatic" ,
38- "-Xlint:-exports" , # workaround for #9350
39- "-Xlint:-missing-explicit-ctor" , # workaround for #9349
38+ "-Xlint:-exports" , # workaround for #9350
39+ "-Xlint:-missing-explicit-ctor" , # workaround for #9349
4040 ],
4141 # Apply our flags to just our repository. Otherwise, Bazel will compile its
4242 # tools with our flags, and not all of them are warning-free.
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ wpilib_java_library(
5656 "wpilib.command3" ,
5757 ["commandsv3/src/generated/main/java" ],
5858 ) + [
59- "-Xlint:-module"
59+ "-Xlint:-module" ,
6060 ],
6161 maven_artifact_name = "commandsv3-java" ,
6262 maven_group_id = "org.wpilib" ,
You can’t perform that action at this time.
0 commit comments