summaryrefslogtreecommitdiff
path: root/main/src/mill/modules/Jvm.scala
Commit message (Expand)AuthorAgeFilesLines
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-121-481/+0
* First pass at splitting out worker-api from mill core. (#504)Li Haoyi2018-12-121-4/+5
* fix assembly path handling, swap out Jvm.scala's custom subprocess handling w...Li Haoyi2018-11-051-100/+94
* WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-051-67/+64
* Add createJar() ScalaDocJim Lawson2018-10-281-0/+13
* Add a filter parameter (default true for all files) to createJar().Jim Lawson2018-10-281-2/+4
* Fix shutdown hook failures in tests (#422)aosagie2018-09-021-7/+10
* Fix incremental compilation when a Scala project depends on a Java project (#...Guillaume Martres2018-08-251-9/+14
* add JavaModule#runBackground, to allow a task to kick off processes to run in...Li Haoyi2018-07-211-12/+20
* fix #233 add append and exclude rules to assembly (#309)Nikolay Tatarinov2018-06-011-45/+35
* Add a `visualize` command to render portions of the build graph as SVG (#349)Li Haoyi2018-05-251-3/+92
* Allow shebang with launcherUniversalScript (#338)Matthew de Detrich2018-05-181-1/+3
* rename modules scalaworker -> scalalib.worker, client -> main.clientLi Haoyi2018-04-121-1/+1
* first pass at moving mill client over to JavaModuleLi Haoyi2018-04-071-2/+2
* Detect sh/batch launcher, dev.assembly, and release filename.Robby2018-03-311-1/+5
* Universal script generation for assembly, launcher, and release (#264)Pierre Kisters2018-03-291-18/+34
* try to fix classloading issues on runLocal and test with java 9 (#255)Nikolay Tatarinov2018-03-251-10/+7
* Batch (.bat) file generation for assembly, launcher, and release (#243)Robby2018-03-201-10/+21
* Java 9 optimization by caching rt.jar (#239)Robby2018-03-191-1/+2
* Skip signature files in assembly (#232)Gabriele Petronella2018-03-171-3/+8
* Windows non-interactive (client/server) support, and fix assembly and posix f...Robby2018-03-161-11/+15
* Changes to make {clientserver,main,scalalib,scalajslib}.test work under Java ...Robby2018-03-101-2/+2
* Fixes for Windows. (#205)Robby2018-03-061-3/+3
* Split out `upstreamAssembly` from `assembly`Li Haoyi2018-03-031-62/+81
* Port Mill client over to JavaLi Haoyi2018-02-261-2/+2
* better error messages when you run interactive commands without -iLi Haoyi2018-02-241-16/+25
* Implement `-i` flag to allow interactive usageLi Haoyi2018-02-241-1/+5
* Clean up the provisional client-server code with unit tests and proper file-s...Li Haoyi2018-02-241-1/+51
* .Li Haoyi2018-02-091-0/+257