aboutsummaryrefslogtreecommitdiff
path: root/stage2/PublishBuild.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make sonatype credentials customizable from Build class rather than hard codedChristopher Vogt2016-04-281-2/+15
|
* cross building and automatic snaphot idsChristopher Vogt2016-04-071-1/+6
| | | | | Adds support for cross building for multiple scala versions And for automatically appending -SNAPSHOT to the id, when publishing a snapshot.
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-071-0/+41
++ for strings everywhere. Added ++ method to File and URL and use it in many places