Skip to content

Commit

Permalink
chore: change spotless plugin property name
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <[email protected]>
  • Loading branch information
ZhangJian He committed Oct 3, 2024
1 parent 08d13ff commit f85ba65
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 @@ -58,7 +58,7 @@
<nexus-staging-plugin.version>1.6.13</nexus-staging-plugin.version>
<scala-maven-plugin.version>4.9.2</scala-maven-plugin.version>
<spotbugs-maven-plugin.version>4.8.6.4</spotbugs-maven-plugin.version>
<spotless-maven-plugi.version>2.43.0</spotless-maven-plugi.version>
<spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -209,7 +209,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>${spotless-maven-plugi.version}</version>
<version>${spotless-maven-plugin.version}</version>
<configuration>
<java>
<importOrder>
Expand Down

0 comments on commit f85ba65

Please sign in to comment.