aboutsummaryrefslogtreecommitdiff
path: root/stage2/PackageBuild.scala
Commit message (Collapse)AuthorAgeFilesLines
* cross building and automatic snaphot idsChristopher Vogt2016-04-071-3/+5
| | | | | Adds support for cross building for multiple scala versions And for automatically appending -SNAPSHOT to the id, when publishing a snapshot.
* only compile and only produce jars if there are actually files.Christopher Vogt2016-04-021-10/+10
| | | | This seem desirable, but also fixes a test failure for which I have no idea why it didn't fail before but now.
* Refactored ClassLoaderCache to use key locked cache to pave the way for ↵Christopher Vogt2016-03-191-1/+1
| | | | caching classloaders hierarchically without deadlocks
* Improved how to express dependenciesChristopher Vogt2016-03-121-1/+0
| | | | | | Add - Constructor syntax for cross-scala-version dependencies (as rightfully requested on reddit) and encouraged over SBT's still supported operator syntax - Add support for classifiers other than "sources"
* minor refactoringsChristopher Vogt2016-03-111-1/+1
|
* Add feature for starting the Scala REPL in arbitrary versions, propagate ↵Christopher Vogt2016-03-091-2/+2
| | | | logger as implicits
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-071-0/+27
++ for strings everywhere. Added ++ method to File and URL and use it in many places