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
hezhangjian committed Oct 3, 2024
1 parent d53a1e3 commit 7f741c1
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 @@ -48,7 +48,7 @@
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
<spotbugs-maven-plugin.version>4.8.6.2</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 @@ -180,7 +180,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 7f741c1

Please sign in to comment.