Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Use google-java-format 1.7 for JDK8 compatibility
Given that CI runs builds with JDK 8 & 11, the google-java-format will actually pick different google-java-format versions depending on the JDK being used (JDK8=google-java-format 1.7 / JDK11=google-java-format latest). Those different google-java-format version are actually producing different formatting results, thus we have to use google-java-format 1.7 here to make things consistent across JDK versions.
- Loading branch information