Skip to content

Commit

Permalink
Merge pull request #444 from timja/patch-2
Browse files Browse the repository at this point in the history
Use specific version of google java format
  • Loading branch information
bitwiseman authored Jul 27, 2021
2 parents 0e94b38 + 50bd08b commit 0564cc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
<java>
<googleJavaFormat>
<style>GOOGLE</style>
<!-- Last version that supports Java 8, the plugin does handle this internally
but it will give different versions based off of the JVM version, not good for CI
-->
<version>1.7</version>
</googleJavaFormat>
</java>
</configuration>
Expand Down

0 comments on commit 0564cc7

Please sign in to comment.