Page MenuHomeSolus

Update sbt to v1.3.13
ClosedPublic

Authored by serebit on Sep 30 2020, 6:16 PM.
Tags
None
Referenced Files
F11070393: D9760.diff
Sat, Aug 12, 12:15 AM
F10927831: D9760.diff
Jul 10 2023, 8:44 PM
F10911236: D9760.id23517.diff
Jul 7 2023, 8:05 AM
F10905546: D9760.id23507.diff
Jul 6 2023, 5:23 AM
Subscribers

Details

Summary

Summarized Changelog:

  • Fixes -debug not working in SBT_OPTS
  • Disables preloaded local repository due to issues

Full release notes available here.

Test Plan

Build scala from source

Diff Detail

Repository
R2851 sbt
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

This revision is now accepted and ready to land.Sep 30 2020, 7:04 PM
This revision was automatically updated to reflect the committed changes.

Build failed.

Rebuilt locally as a sanity check, no issues. Maybe related to your submodule changes?

Rebuilt locally as a sanity check, no issues. Maybe related to your submodule changes?

Seeing as my change does the same thing that the previous commands did, I would be surprised. submodule init followed by update is the same as submodule update --init. recursion wouldn't regress it either.