Skip to content

Commit

Permalink
feat(Java): make maven-spotless-plugin version as a parameter (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored Jul 30, 2024
1 parent 857169c commit e6ecdd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maven-projects/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<arrow.version>13.0.0</arrow.version>
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
<maven.javadoc.version>3.4.0</maven.javadoc.version>
<maven-spotless-plugin.version>2.20.0</maven-spotless-plugin.version>
<javadoc.output.directory>graphar-javadoc</javadoc.output.directory>
<javadoc.output.destDir>graphar-javadoc</javadoc.output.destDir>
<buildGarCPP>ON</buildGarCPP>
Expand Down Expand Up @@ -312,7 +313,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.20.0</version>
<version>${maven-spotless-plugin.version}</version>
<configuration>
<java>
<googleJavaFormat>
Expand Down

0 comments on commit e6ecdd3

Please sign in to comment.