Closed saraadams closed 1 year ago
Right now, we are linting our Java files in a non-hermetic way. This change creates a java_binary that is run instead of using java -jar in the lint script.
java_binary
java -jar
Also see https://github.com/EngFlow/website/pull/284
Right now, we are linting our Java files in a non-hermetic way. This change creates a
java_binary
that is run instead of usingjava -jar
in the lint script.Also see https://github.com/EngFlow/website/pull/284