Skip to content

Commit

Permalink
upgrade spotless and remove workaround
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Sep 29, 2022
1 parent ae445d8 commit 57333f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions flink-connectors/flink-sql-connector-hive-3.1.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ under the License.
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<configuration>
<applySkip>true</applySkip>
<checkSkip>true</checkSkip>
<skip>true</skip>
</configuration>
</plugin>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ under the License.
<hivemetastore.hadoop.version>2.7.5</hivemetastore.hadoop.version>
<japicmp.referenceVersion>1.15.0</japicmp.referenceVersion>
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
<spotless.version>2.27.0</spotless.version>
<spotless.version>2.27.1</spotless.version>
<spotless.scalafmt.version>3.4.3</spotless.scalafmt.version>
<spotless.delimiter>package</spotless.delimiter>
<spotless.license.header>
Expand Down

0 comments on commit 57333f8

Please sign in to comment.