Skip to content

Commit

Permalink
[backend] downgrade spotless plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
isselparra committed Oct 16, 2024
1 parent b767ffc commit f3cee58
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 @@ -87,7 +87,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.43.0</version>
<version>2.40.0</version>
<configuration>
<java>
<includes>
Expand All @@ -97,7 +97,7 @@
<importOrder/>
<removeUnusedImports/>
<googleJavaFormat>
<version>1.24.0</version>
<version>1.19.2</version>
<style>GOOGLE</style>
</googleJavaFormat>
</java>
Expand Down

0 comments on commit f3cee58

Please sign in to comment.