Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-39502][BUILD] Downgrade scala-maven-plugin to 4.6.1 #36899

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,11 @@
errors building different Hadoop versions.
See: SPARK-36547, SPARK-38394.
-->

<scala-maven-plugin.version>4.6.2</scala-maven-plugin.version>
<!--
SPARK-39502: Please don't upgrade the version to 4.6.2 due to
there is a compilation issue when run `mvn test` with Java 8
-->
<scala-maven-plugin.version>4.6.1</scala-maven-plugin.version>
<!-- for now, not running scalafmt as part of default verify pipeline -->
<scalafmt.skip>true</scalafmt.skip>
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
Expand Down