summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Make mill wrapper backwards compatible (#670)Nathaniel Fischer2019-09-051-1/+8
| | | | | | | | * Make mill wrapper backwards compatible resolves https://github.com/lihaoyi/mill/issues/669 * more intelligent version comparison
* Added release date to changelogTobias Roeser2019-09-051-1/+1
|
* Prepared release 0.5.10.5.1Tobias Roeser2019-09-052-6/+6
|
* Updated changelogTobias Roeser2019-09-051-0/+20
|
* Print out when tests are skippedTobias Roeser2019-09-051-2/+3
|
* Initial module-specific extension support to GenIdea (#684)Tobias Roeser2019-09-0512-40/+365
| | | | | | | | | | | | | | | * Initial module-specific extension support to GenIdea * Contribute Facets to JavaModule * Generate additional files under .idea directory * Introduced more generel Element result type and unit tests * Moved intellijModulePath into GenIdeaModule * Added unit test for GenIdea extension (Missed that previously)
* First deploy to Maven, then upload to GitHubTobias Roeser2019-09-051-1/+1
| | | | This ensures, we only upload releases to Github which artifacts can also consumed from Maven.
* Upgrade scoverage: 1.3.1 -> 1.4.0 (#687)Fabian Heredia Montiel2019-09-045-17/+55
|
* 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
|