-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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-48049][BUILD] Upgrade Scala to 2.13.14 #46288
Changes from 9 commits
61446af
4b21ea3
22fcc87
7de0949
dd13f5d
979a667
b3c7085
0067cf4
3e5a24a
a2fd3b4
7f37964
0bd3a97
b347491
431f7a8
c8509f8
7e9fd24
626c0d4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -266,7 +266,7 @@ object SparkBuild extends PomBuild { | |
.orElse(sys.props.get("java.home").map { p => new File(p).getParentFile().getAbsolutePath() }) | ||
.map(file), | ||
publishMavenStyle := true, | ||
unidocGenjavadocVersion := "0.18", | ||
unidocGenjavadocVersion := "0.19", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please upgrade There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @LuciferYang 2.https://github.com/panbingkun/spark/actions/runs/9079936342/job/24951167973 |
||
|
||
// Override SBT's default resolvers: | ||
resolvers := Seq( | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a comment with the pointer scala/bug#12994 .