File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 141
141
<skip >true</skip >
142
142
</configuration >
143
143
</plugin >
144
+ <plugin >
145
+ <groupId >com.coveo</groupId >
146
+ <artifactId >fmt-maven-plugin</artifactId >
147
+ <version >2.9</version >
148
+ <configuration >
149
+ <style >google</style >
150
+ <verbose >true</verbose >
151
+ </configuration >
152
+ <dependencies >
153
+ <dependency >
154
+ <groupId >com.google.googlejavaformat</groupId >
155
+ <artifactId >google-java-format</artifactId >
156
+ <version >1.7</version >
157
+ </dependency >
158
+ </dependencies >
159
+ </plugin >
144
160
</plugins >
145
161
</build >
146
162
Original file line number Diff line number Diff line change 539
539
<style >google</style >
540
540
<verbose >true</verbose >
541
541
</configuration >
542
+ <dependencies >
543
+ <dependency >
544
+ <groupId >com.google.googlejavaformat</groupId >
545
+ <artifactId >google-java-format</artifactId >
546
+ <version >1.7</version >
547
+ </dependency >
548
+ </dependencies >
542
549
</plugin >
543
550
</plugins >
544
551
</build >
You can’t perform that action at this time.
0 commit comments