Getting into the spirit of Groovy/Gradle style, can we make
"applyJavaNature" look like these other config blocks?
applyJavaNature { // maybe this should be called beamJavaModule
errorprone {
... errorprone config ....
}
}
If I understand correctly, this should also have some benefit of allowing
more fine-grained overrides than you can get with just the booleans. Or,
conversely, it will allow us to avoid having flags while also avoiding
build_rules knowing all the details of modules and whatnot.
Kenn