Commit 35b7d67
authored
build(sdk-platform-java): Add formatter plugin to the root pom of sdk-platform-java. (#12739)
Running mvn fmt:format would result in errors in the root pom, because
the [formatter
plugin](https://github.com/googleapis/sdk-platform-java/blob/febe86f1ea4f0b5e6d8454024ed499adb7dc9328/pom.xml#L31-L34)
was not migrated. Add formatter plugin to the root pom of
sdk-platform-java to resolve the issue.1 parent 48127bf commit 35b7d67
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
32 | 39 | | |
33 | 40 | | |
34 | 41 | | |
| |||
0 commit comments