Skip to content

Commit

Permalink
fix: Revert "chore(deps): update dependency com.google.googlejavaform…
Browse files Browse the repository at this point in the history
…at:google-java-format to v1.10.0" to fix linter (#713)

reverting google format version
  • Loading branch information
TimurSadykov committed Aug 11, 2021
1 parent 8a1a777 commit bbc9ea2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions google-oauth-client-bom/pom.xml
Expand Up @@ -107,20 +107,22 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.11</version>
<version>2.9</version>
<configuration>
<style>google</style>
<verbose>true</verbose>
Expand All @@ -129,7 +131,7 @@
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.10.0</version>
<version>1.7</version>
</dependency>
</dependencies>
</plugin>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -426,7 +426,7 @@
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.11</version>
<version>2.9</version>
<configuration>
<style>google</style>
<verbose>true</verbose>
Expand All @@ -435,7 +435,7 @@
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.10.0</version>
<version>1.7</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -531,7 +531,7 @@
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
<useStandardDocletOptions>false</useStandardDocletOptions>
<docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.0.jar</docletPath>
<additionalOptions>-outputpath ${project.build.directory}/docfx-yml -projectname ${artifactId}</additionalOptions>
<additionalOptions>-outputpath ${project.build.directory}/docfx-yml -projectname ${project.artifactId}</additionalOptions>
<doclint>none</doclint>
<show>protected</show>
<nohelp>true</nohelp>
Expand Down

0 comments on commit bbc9ea2

Please sign in to comment.