summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump flyway version (#686)Nathaniel Fischer2019-09-043-3/+60
|
* Moved dependency declarations to central shared place (#680)Tobias Roeser2019-09-021-44/+87
|
* Added mill-aspectj to thirdpary module section (#683)Tobias Roeser2019-08-301-0/+45
|
* Fixed StringIndexOutOfBoundsException in case of short artifact names (#681)Tobias Roeser2019-08-261-1/+1
| | | Fixes https://github.com/lihaoyi/mill/issues/673
* travis: also cache previous mill binary downloadsTobias Roeser2019-08-261-0/+1
|
* Update semanticDBVersion and semanticDBSupported (#678)Gabriele Petronella2019-08-261-1/+2
|
* Fixed deprecated API useTobias Roeser2019-08-261-1/+1
|
* add ability to define jar manifest (#634)Andrew Richards2019-07-294-21/+64
| | | | | | | | | | | | | * add capability to define jar manifest * Don't use the custom manifest for doc-only jars This is to pass test mill.scalalib.HelloWorldTests.scalaDocOptions * Add JarManifest.Default and fix the build rebase fix
* Future-proof Dotty-version checks (#663)Guillaume Martres2019-07-291-6/+7
| | | Prepare for 3.x, like in zinc itself: https://github.com/sbt/zinc/pull/678
* fix typo (#668)Uosis2019-07-271-1/+1
|
* Use the binary version of the compiler bridge when available (#659)Guillaume R2019-07-255-62/+113
| | | | | | | | * Use the binary version of the compiler bridge when available, fix #591 This also eliminates #389 for Dotty 0.13.0-RC1 and more recent * Add test for Dotty 0.16
* Ease the declaration of optional dependencies + handle them in maven and ivy ↵Guillaume R2019-07-244-8/+21
| | | | | | | | publications (#661) * Add Dep.optional() to fix #603 * Publish optional dependencies as such
* Fix the `dev.run` command documentation in README (#655)Anatolii Kmetiuk2019-07-241-2/+2
|
* Add a newline before closing the wrapped code (#545) (#660)Guillaume R2019-07-241-3/+1
|
* Fix an issue where Zinc compiler logs were routed to incorrect outputs. Use ↵Ahir Reddy2019-07-171-3/+4
| | | | the thread id to ensure we have 1 logger per compiler instance and ivocation (#662)
* tweak readmeLi Haoyi2019-07-101-11/+21
|
* update readmeLi Haoyi2019-07-104-11/+11
|
* try to fix buildLi Haoyi2019-07-091-3/+3
|
* .Li Haoyi2019-07-096-45/+105
| | | | | | | | | | | | | | | | update readme for 0.5.0 more jdk versions . . . . tweak readme
* Bump sonatype "wait for something to happen" timeout, make it configurable ↵Li Haoyi2019-07-093-13/+31
| | | | | (#652) Somehow it seems sonatype has gotten slower recently and no longer completes operations in the same 60s timeout that it used to
* swap order of uploadToGithub and publishAllLi Haoyi2019-07-081-1/+2
|
* Interpolates $MILL_VERSION in ivy imports (#649)Olivier Mélois2019-07-0810-146/+188
| | | | | | | | | | | | | | | | | | | | * Interpolates $MILL_VERSION in ivy imports This overrides the default $ivy magic import by replacing the `$MILL_VERSION` string with mill's version, in order to facilitate the loading/update of contrib modules. Ammonite had to be bumped to 1.6.9 * Removed bloop import * AmmoniteExit import fix * Removed repl dep check * Removed problematic check * Made ammonite version override-able
* fix assembly download pathLi Haoyi2019-07-082-2/+3
|
* 0.5.00.5.0Li Haoyi2019-07-081-1/+35
|
* tweak launcher script to fix scraping of mill versionLi Haoyi2019-07-082-2/+1
|
* mergeLi Haoyi2019-07-080-0/+0
|\
| * make use of mill file if it exists and we're not already using itLi Haoyi2019-07-082-7/+7
| |
* | make use of mill file if it exists and we're not already using itLi Haoyi2019-07-082-8/+8
|/
* fixLi Haoyi2019-07-081-4/+4
|
* fixLi Haoyi2019-07-081-2/+2
|
* fixLi Haoyi2019-07-081-2/+1
|
* fixLi Haoyi2019-07-081-7/+1
|
* fixLi Haoyi2019-07-081-1/+1
|
* fixLi Haoyi2019-07-081-2/+2
|
* separate launcher from executable assemblyLi Haoyi2019-07-083-80/+23
|
* Consolidate ./mill and ./millw script (#650)Li Haoyi2019-07-083-61/+6
| | | | | | * . * ensure MILL_VERSION environment variable always takes precedence over .mill-version file, which takes precedence over DEFAULT_MILL_VERSION
* Update 1 - Intro to Mill.mdLi Haoyi2019-07-041-2/+2
|
* Aligned .mill-version with mill scriptTobias Roeser2019-07-041-1/+1
|
* Changed readTimeout to 10 minutesTobias Roeser2019-07-041-1/+1
|
* Doubled read timeout for release to Maven CentralTobias Roeser2019-07-041-6/+6
|
* Fixed typoTobias Roeser2019-07-041-1/+1
|
* Named travis testsTobias Roeser2019-07-041-0/+10
|
* Fix typo on scoverage docs (#648)Nik Vanderhoof2019-07-041-1/+1
|
* Scoverage buildinfo support (#647)Nik Vanderhoof2019-07-044-3/+18
| | | | | | * Add test case for scoverage/buildinfo * Take generatedSources from outer + pass allSources to scoverage reports
* Copy files instead of moveTobias Roeser2019-07-022-3/+3
|
* Fix scoverage: inherit repositories from outer project (#645)Marcin Kurczych2019-07-021-0/+1
|
* Update millw (#644)Nathaniel Fischer2019-07-021-2/+2
| | | shell scripts should use `#` rather than `\\` for comments
* Fix build, split up release and assembly (#643)Li Haoyi2019-07-0110-56/+80
| | | | | | | | | | * . * . * use non-version-changing executable for integration tests * Update test-mill-1.sh
* add os-lib import to build.scLi Haoyi2019-07-011-0/+1
|
* scrape ./mill wrapper script for mill version, instead of exec-ing itLi Haoyi2019-07-013-10/+62
|