You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop referencing google-java-format in build configurations.
Removing google-java-format from the code was an unannounced effect of #856. We should have removed it from `pom.xml` at the same time.
RELNOTES=google-java-format is no longer referenced in pom.xml.
PiperOrigin-RevId: 338704185
Copy file name to clipboardExpand all lines: factory/pom.xml
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -100,12 +100,6 @@
100
100
<version>0.3</version>
101
101
<scope>provided</scope>
102
102
</dependency>
103
-
<dependency>
104
-
<groupId>com.google.googlejavaformat</groupId>
105
-
<artifactId>google-java-format</artifactId>
106
-
<!-- TODO(cpovirk): Update to 1.9. But 1.8 and higher require Java 11+ build tools. We still run tests with JDK8 and JDK9, and perhaps we intend to support end users who build with those versions? -->
0 commit comments