Skip to content

Commit

Permalink
Add scalafmt run to mvn process-sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott-Guest committed Dec 4, 2023
1 parent 2665508 commit 95afea3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,13 @@
<style>GOOGLE</style>
</googleJavaFormat>
</java>
<scala>
<includes> **/*.scala </includes>
<scalafmt>
<version>3.7.17</version>
<scalaMajorVersion>2.12</scalaMajorVersion>
</scalafmt>
</scala>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 95afea3

Please sign in to comment.