summaryrefslogtreecommitdiff
path: root/scalalib/src/mill/scalalib/ScalaModule.scala
Commit message (Expand)AuthorAgeFilesLines
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-121-275/+0
* First pass at splitting out worker-api from mill core. (#504)Li Haoyi2018-12-121-7/+7
* fix assembly path handling, swap out Jvm.scala's custom subprocess handling w...Li Haoyi2018-11-051-3/+3
* WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-051-4/+3
* Fix https://github.com/lihaoyi/mill/issues/475Li Haoyi2018-11-021-2/+8
* .Li Haoyi2018-10-181-15/+16
* Include scaladoc as part of mill inspect (#435)Li Haoyi2018-09-201-3/+46
* Dedicated scalaDoc plugins and options (#433)Guillaume Grossetie2018-09-191-4/+11
* Fix paths for ivy-style repos in grepJar (#412)Guillaume Martres2018-08-261-1/+1
* Fix incremental compilation when a Scala project depends on a Java project (#...Guillaume Martres2018-08-251-27/+8
* Add support for Dotty projects (#397)Guillaume Martres2018-08-051-8/+42
* Upgrade Zinc and fix over-compilation (#390)Guillaume Martres2018-07-271-2/+2
* Add scala JS version suffix to ivy deps for published JS ivy.xml (#376)Julian Michael2018-06-251-1/+6
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-06-091-2/+0
|\
| * Allow configuration of TestRunner's ScalaWorkerModule (#364)aosagie2018-06-061-2/+0
* | avoid duplicating core scala libraries during artifact resolution to fix http...Li Haoyi2018-06-091-0/+6
|/
* Upgrade Ammonite.Robby2018-05-191-1/+1
* Fixes #336: pass scalac options to ScalaDoc during docJar stage (#337)Anton Sviridov2018-05-181-3/+1
* Add configurable repl options (#333)Sergey Rublev2018-05-181-2/+2
* Update ScalaModule.scalaLi Haoyi2018-05-171-1/+1
* Restrict doc files to *.java/*.scala (#335)Jim Lawson2018-05-171-1/+1
* bump zinc versionLi Haoyi2018-04-081-1/+1
* Enable JUnit testing, via sbt-test-interface, for `JavaModule`sLi Haoyi2018-04-081-62/+1
* Fix #282 by passing plugins as arguments to scaladocjulianmichael2018-04-081-1/+2
* migrate client module onto new JavaModule traitLi Haoyi2018-04-071-0/+2
* avoid recursionLi Haoyi2018-04-071-3/+5
* clean up JavaModule/ScalaModule interactions and consolidate extensions into ...Li Haoyi2018-04-071-26/+11
* First unit tests for `JavaModule`Li Haoyi2018-04-071-1/+35
* First pass splitting `JavaModule` out of `ScalaModule`Li Haoyi2018-04-071-202/+6
* Sync Ammonite in ScalaModule (with build.sc).Robby2018-04-071-1/+1
* basic support for version pinning (used by default for scala-library/compiler...Li Haoyi2018-04-061-10/+17
* propagate javac opts to test modulesLi Haoyi2018-04-061-0/+1
* Universal script generation for assembly, launcher, and release (#264)Pierre Kisters2018-03-291-3/+2
* Windows client/server improvements (#262)Robby2018-03-291-1/+1
* Ensure that transitive ivy jars are not directly aggregated under a module's ...Li Haoyi2018-03-261-10/+12
* Upgrade Ammonite to 1.1.0-3-73d5734.Robby2018-03-261-1/+1
* Bump up Ammonite in ScalaModule.Robby2018-03-261-1/+1
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-251-1/+1
|\
| * Make docJar use compileClasspath instead of runClasspathLi Haoyi2018-03-221-1/+1
* | update to latest Ammonite using latest upickle RCLi Haoyi2018-03-241-2/+2
|/
* Support scala milestone releases (with fixes for 2.13.0-M3) (#247)Nikolay Tatarinov2018-03-201-4/+11
* Batch (.bat) file generation for assembly, launcher, and release (#243)Robby2018-03-201-1/+3
* mergeLi Haoyi2018-03-191-2/+5
|\
| * Java 9 optimization by caching rt.jar (#239)Robby2018-03-191-1/+2
| * Propagate more things into Tests of ScalaModule (#236)Gabriele Petronella2018-03-191-0/+3
* | properly pass arguments to forked tests in a way that doesn't botch whitespacesLi Haoyi2018-03-181-8/+8
|/
* Fixes for non-interactive (client/server) mode on Java 9 (#221)Robby2018-03-131-1/+1
* ScalaModule: Added ivyDepsTree command (#213)Shani Elharrar2018-03-091-0/+15
* Split out `upstreamAssembly` from `assembly`Li Haoyi2018-03-031-10/+26
* make mainClass discovery work in ScalaJSModule#runLi Haoyi2018-03-031-19/+22