Skip to content

Commit 84216c5

Browse files
authored
ci: fmt-maven-plugin 2.9 with google-java-format 1.7 (#1825)
This matches OwlBot Java post procesosr https://github.com/googleapis/synthtool/blob/5f2a6089f73abf06238fe4310f6a14d6f6d1eed3/docker/owlbot/java/Dockerfile#L22
1 parent 327b6b1 commit 84216c5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,10 +542,18 @@
542542
<plugin>
543543
<groupId>com.coveo</groupId>
544544
<artifactId>fmt-maven-plugin</artifactId>
545-
<version>2.13</version>
545+
<version>2.9</version>
546546
<configuration>
547+
<style>google</style>
547548
<verbose>true</verbose>
548549
</configuration>
550+
<dependencies>
551+
<dependency>
552+
<groupId>com.google.googlejavaformat</groupId>
553+
<artifactId>google-java-format</artifactId>
554+
<version>1.7</version>
555+
</dependency>
556+
</dependencies>
549557
</plugin>
550558
</plugins>
551559
</build>

0 commit comments

Comments
 (0)