Skip to content

Commit

Permalink
Revert "[SPARK-40056][BUILD] Upgrade mvn-scalafmt from 1.0.4 to 1.1.1…
Browse files Browse the repository at this point in the history
…640084764.9f463a9"

This reverts commit 1a738e7.
  • Loading branch information
HyukjinKwon committed Aug 30, 2022
1 parent b8f694f commit 80e6551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/scalafmt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
#

VERSION="${@:-2.12}"
./build/mvn -Pscala-$VERSION scalafmt:format -Dscalafmt.skip=false
./build/mvn -Pscala-$VERSION mvn-scalafmt_$VERSION:format -Dscalafmt.skip=false

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3404,7 +3404,7 @@
<plugin>
<groupId>org.antipathy</groupId>
<artifactId>mvn-scalafmt_${scala.binary.version}</artifactId>
<version>1.1.1640084764.9f463a9</version>
<version>1.0.4</version>
<configuration>
<validateOnly>${scalafmt.skip}</validateOnly> <!-- (Optional) skip formatting -->
<skipSources>${scalafmt.skip}</skipSources>
Expand Down

0 comments on commit 80e6551

Please sign in to comment.