File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 107107 </plugin >
108108 <plugin >
109109 <artifactId >maven-javadoc-plugin</artifactId >
110+ <version >3.3.0</version >
110111 <configuration >
111112 <skip >true</skip >
112113 </configuration >
113114 </plugin >
114115 <plugin >
115116 <artifactId >maven-site-plugin</artifactId >
117+ <version >3.9.1</version >
116118 <configuration >
117119 <skip >true</skip >
118120 </configuration >
119121 </plugin >
120122 <plugin >
121123 <groupId >com.coveo</groupId >
122124 <artifactId >fmt-maven-plugin</artifactId >
123- <version >2.11 </version >
125+ <version >2.9 </version >
124126 <configuration >
125127 <style >google</style >
126128 <verbose >true</verbose >
129131 <dependency >
130132 <groupId >com.google.googlejavaformat</groupId >
131133 <artifactId >google-java-format</artifactId >
132- <version >1.10.0 </version >
134+ <version >1.7 </version >
133135 </dependency >
134136 </dependencies >
135137 </plugin >
Original file line number Diff line number Diff line change 426426 <plugin >
427427 <groupId >com.coveo</groupId >
428428 <artifactId >fmt-maven-plugin</artifactId >
429- <version >2.11 </version >
429+ <version >2.9 </version >
430430 <configuration >
431431 <style >google</style >
432432 <verbose >true</verbose >
435435 <dependency >
436436 <groupId >com.google.googlejavaformat</groupId >
437437 <artifactId >google-java-format</artifactId >
438- <version >1.10.0 </version >
438+ <version >1.7 </version >
439439 </dependency >
440440 </dependencies >
441441 </plugin >
531531 <doclet >com.microsoft.doclet.DocFxDoclet</doclet >
532532 <useStandardDocletOptions >false</useStandardDocletOptions >
533533 <docletPath >${env.KOKORO_GFILE_DIR} /java-docfx-doclet-1.0.jar</docletPath >
534- <additionalOptions >-outputpath ${project.build.directory} /docfx-yml -projectname ${artifactId} </additionalOptions >
534+ <additionalOptions >-outputpath ${project.build.directory} /docfx-yml -projectname ${project. artifactId} </additionalOptions >
535535 <doclint >none</doclint >
536536 <show >protected</show >
537537 <nohelp >true</nohelp >
You can’t perform that action at this time.
0 commit comments