mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 17:25:23 +02:00
6fc84b09e9d90e20c75a01ee230ce7463e9d7677
As of https://github.com/sbt/util/pull/66 sbt/util is built and published using jdk8. Trying to use jdk7 will fail with "Unsupported major.minor version 52.0", e.g. for xsbti/Logger.
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
Languages
Scala
94.5%
Java
3.1%
Shell
1.1%
Batchfile
0.9%
Roff
0.2%
Other
0.1%