aboutsummaryrefslogtreecommitdiff
path: root/stage2/PackageJars.scala
Commit message (Expand)AuthorAgeFilesLines
* don't write jars, if already up to dateChristopher Vogt2017-07-111-5/+12
* change and expose mechanism mapping from absolute to relative pathsChristopher Vogt2017-03-171-1/+1
* handle trying to package / publish with no source files via exceptionChristopher Vogt2017-03-041-2/+1
* jar / doc refactorChristopher Vogt2017-02-281-8/+8
* fix srcJar path. Was wronly absolute fs path. Now relative.Christopher Vogt2017-02-191-1/+1
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-141-1/+1
* make sure jar, tests and main classes use the right directoriesChristopher Vogt2017-02-131-1/+1
* idempotent change propagationChristopher Vogt2017-02-091-2/+2
* memoize task results across classes within a single runChristopher Vogt2017-02-091-6/+3
* Remove version from context, we can now use dynamic overridesChristopher Vogt2016-11-091-2/+1
* Sonatype release plugin (#247)Nikolay Tatarinov2016-10-031-0/+1
* include dependencyClasspath in compileClasspath and let docs use it tooChristopher Vogt2016-09-281-1/+1
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-1/+0
* turn Build base classes into traits for less verbosity and uniform usage with...Christopher Vogt2016-06-151-0/+33