Skip to content

Commit

Permalink
Upgrade google-java-format to 1.7 (#45)
Browse files Browse the repository at this point in the history
Also updates maven-plugin-plugin to 3.5 to fix issue with
'helpmojo' goal after updating google-java-format package.

https://github.com/google/google-java-format/releases/tag/google-java-format-1.7
  • Loading branch information
mdale-branch authored and malaporte committed Jan 24, 2019
1 parent 2e0cfa1 commit 56a11db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.6</version>
<version>1.7</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -121,7 +121,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.4</version>
<version>3.5</version>
<configuration>
<goalPrefix>fmt</goalPrefix>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
Expand Down

0 comments on commit 56a11db

Please sign in to comment.