summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* first pass at moving mill client over to JavaModuleLi Haoyi2018-04-078-9/+11
|
* tweak travis to try and make build pass...Li Haoyi2018-04-071-1/+1
|
* re-enabled deletion of ~/.mill folder between CI stepsLi Haoyi2018-04-073-0/+8
|
* re-organize travis build to put slowest jobs firstLi Haoyi2018-04-071-12/+14
|
* Update .travis.ymlLi Haoyi2018-04-071-1/+1
|
* First unit tests for `JavaModule`Li Haoyi2018-04-078-49/+211
|
* First pass splitting `JavaModule` out of `ScalaModule`Li Haoyi2018-04-074-214/+300
|
* Restored April 1-4 git history that was squashed by #283.Robby2018-04-071-1/+1
|\
| * Fix typo (#284)Anderson Mesquita2018-04-071-1/+1
| |
* | Merge branch 'master' into merge-masterRobby2018-04-070-0/+0
|\|
| * Merge April 1 - 4, 2018 changes on master (#283)Robby2018-04-0717-62/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix build * Detect sh/batch launcher, dev.assembly, and release filename. * Updated appveyor cache. * Added some entries for master in readme.md changelog. * Updated readme.md changelog. * fixes #173; use default(compile) configuration for deps as default (#270) * revert #254 to fix bootstrapping https://github.com/lihaoyi/mill/issues/268 * Updated ci tests. * Reverted Ammonite caching workaround (a796f0a) now that it's fixed * Changed ci/test-mill-0.sh to use interactive mode due to intermittent client failures to connect to server in travis * Added ci/test-mill-bootstrap.sh (ci/test-mill-0.sh with bootstrapping) and use it on oraclejdk9 instead of ci/test-mill-0.sh * Upgraded mill used for ci to 0.1.7-29-f5097f * revive #254 and fix #268 (#274) * Test mill batch (.bat) in AppVeyor * fix minor typos in docs * Sync Ammonite in ScalaModule (with build.sc).
* | fix minor typos in docsrockjam2018-04-071-5/+3
| |
* | Sync Ammonite in ScalaModule (with build.sc).Robby2018-04-071-1/+1
| |
* | Restored to use ci/test-mill-bootstrap.sh instead of ci/test-mill-0.sh on ↵Robby2018-04-071-1/+1
| | | | | | | | oraclejdk9.
* | Merge branch 'master' into restore-masterRobby2018-04-0712-84/+153
|\| | | | | | | | | | | # Conflicts: # .travis.yml # scalalib/src/mill/scalalib/Dep.scala
| * try to fix buildLi Haoyi2018-04-065-20/+17
| |
| * basic support for version pinning (used by default for ↵Li Haoyi2018-04-065-55/+126
| | | | | | | | scala-library/compiler) and for typelevel scala
| * propagate javac opts to test modulesLi Haoyi2018-04-061-0/+1
| |
| * fix buildLi Haoyi2018-04-064-11/+11
| |
* | Test mill batch (.bat) in AppVeyorRobby2018-04-031-6/+8
| |
* | revive #254 and fix #268 (#274)Sheng Chen2018-04-027-15/+141
| |
* | Updated ci tests.Robby2018-04-028-14/+37
| | | | | | | | | | | | | | | | | | | | * Reverted Ammonite caching workaround (a796f0a) now that it's fixed * Changed ci/test-mill-0.sh to use interactive mode due to intermittent client failures to connect to server in travis * Added ci/test-mill-bootstrap.sh (ci/test-mill-0.sh with bootstrapping) and use it on oraclejdk9 instead of ci/test-mill-0.sh * Upgraded mill used for ci to 0.1.7-29-f5097f
* | revert #254 to fix bootstrapping https://github.com/lihaoyi/mill/issues/268Li Haoyi2018-04-017-141/+15
| |
* | fixes #173; use default(compile) configuration for deps as default (#270)Nikolay Tatarinov2018-04-012-4/+14
| |
* | Updated readme.md changelog. [skip ci]Robby2018-03-311-5/+7
| |
* | Added some entries for master in readme.md changelog.Robby2018-03-311-9/+24
| |
* | Updated appveyor cache.Robby2018-03-311-1/+1
| |
* | Detect sh/batch launcher, dev.assembly, and release filename.Robby2018-03-312-18/+21
| |
* | fix buildLi Haoyi2018-03-312-2/+2
|/
* Bump Ammonite versionsLi Haoyi2018-03-311-2/+2
|
* Universal script generation for assembly, launcher, and release (#264)Pierre Kisters2018-03-293-84/+99
|
* Windows client/server improvements (#262)Robby2018-03-295-18/+33
|
* bump ammonite version to fix https://github.com/lihaoyi/mill/issues/184Li Haoyi2018-03-283-7/+9
|
* use repositories from the mill build to bootstrap idea project generation (#263)Sheng Chen2018-03-281-3/+3
|
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-2724-21/+917
|\
| * fix type in release.sh scriptrockjam2018-03-281-1/+1
| |
| * WIP: Play json build (#182)Nikolay Tatarinov2018-03-2815-5/+770
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * play json build * build progress * add check task * try to make play json js build * scalariform and mima plugins in separate files. check mima * better error message for mima compatibility check * fix scala 2.10 compilation * license headers support * add jmh support * fix reformat on compile; fix code validation; extract base module * remove scala 2.13 from cross versions * include play-json in integration tests * add example .travis.yml * bring back scala 2.13 support * make reformat target, not command * add release task * update mill version in travis.yml * update release script * update release process * add README.md for play json build
| * Removed ~/.mill before running mill test.Robby2018-03-273-1/+6
| |
| * add exclusions and custom configuration to dependencies (#254)Sheng Chen2018-03-267-15/+141
| | | | | | | | | | | | * doc to address #187 and #246 * add exclusions and custom configuration to dependencies and tests
* | Ensure that transitive ivy jars are not directly aggregated under a module's ↵Li Haoyi2018-03-262-10/+37
|/ | | | | | `runClasspath`; only the ivy coordinates are aggregated, and every module resolves it's own set of ivy jars using coursier, which avoids duplicate jars entering the classpath through ivy Fixes https://github.com/lihaoyi/mill/issues/211
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-266-14/+9
|\
| * Use mill 0.1.7-8-b913c6 for ci test.Robby2018-03-264-7/+7
| |
| * Upgrade Ammonite to 1.1.0-3-73d5734.Robby2018-03-263-4/+4
| |
| * Use mill interactive mode to test in AppVeyor.Robby2018-03-261-1/+1
| |
| * Enable repl in Windows now Ammonite supports it (lihaoyi/Ammonite#775).Robby2018-03-261-6/+1
| |
| * Bump up Ammonite in ScalaModule.Robby2018-03-261-1/+1
| |
| * Bumped up sleep for Win32NamedPipeSocket init.Robby2018-03-261-1/+1
| |
| * downgrade mill in CI and build to make CI passrockjam2018-03-263-6/+6
| |
* | remove /target/bin prefix from mill examples in Common Project LayoutsLi Haoyi2018-03-261-4/+4
|/
* update build to ammonite 1.1.0 and mill 0.1.7Li Haoyi2018-03-254-8/+8
|