File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 100
100
<plugin >
101
101
<groupId >com.coveo</groupId >
102
102
<artifactId >fmt-maven-plugin</artifactId >
103
- <version >2.9 </version >
103
+ <version >2.12 </version >
104
104
<configuration >
105
- <style >google</style >
106
105
<verbose >true</verbose >
107
106
</configuration >
108
- <dependencies >
109
- <dependency >
110
- <groupId >com.google.googlejavaformat</groupId >
111
- <artifactId >google-java-format</artifactId >
112
- <version >1.7</version >
113
- </dependency >
114
- </dependencies >
115
107
</plugin >
116
108
</plugins >
117
109
</build >
Original file line number Diff line number Diff line change 207
207
<plugin >
208
208
<groupId >com.coveo</groupId >
209
209
<artifactId >fmt-maven-plugin</artifactId >
210
- <version >2.9 </version >
210
+ <version >2.12 </version >
211
211
<configuration >
212
- <style >google</style >
213
212
<verbose >true</verbose >
214
213
</configuration >
215
- <dependencies >
216
- <dependency >
217
- <groupId >com.google.googlejavaformat</groupId >
218
- <artifactId >google-java-format</artifactId >
219
- <version >1.7</version >
220
- </dependency >
221
- </dependencies >
222
214
</plugin >
223
215
<plugin >
224
216
<groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments