mirror of https://github.com/sbt/sbt.git
The frozen mode is used by the dependency lock file. It makes sure that the resolution is always intransitive and that ivy does not check for changed dependencies and stores that information in the resolved ivy files. Following the ivy documentation, the last change may bring a slight performance improvement: http://ant.apache.org/ivy/history/latest-milestone/use/resolve.html |
||
|---|---|---|
| librarymanagement | ||
| project | ||
| .gitignore | ||
| .java-version | ||
| .scalafmt.conf | ||
| .travis.yml | ||
| README.md | ||
| build.sbt | ||
| sbt-allsources.sh | ||
README.md
librarymanagement module for sbt
git clone --no-hardlinks --branch 0.13 sbt sbt-modules/librarymanagement
cd sbt-modules/librarymanagement
git filter-branch --index-filter 'git rm --cached -qr -- . && git reset -q $GIT_COMMIT -- ivy util/cross' --prune-empty
git reset --hard
git gc --aggressive
git prune
git cb 1.0