summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Restored alphabetical order of modulesHEADmasterTobias Roeser2019-09-241-54/+55
|
* Add JBuildInfo (#697)Carlos A. Rueda2019-09-221-0/+53
| | | | | | | | * Add JBuildInfo * Update JBuildInfo 0.1.2 now generates getter methods instead
* Use dedicated output dir for mill-build module in IntelliJ IDEA (#696)Tobias Roeser2019-09-203-3/+6
| | | | | | | | * Use dedicated output dir for mill-build module in IntelliJ IDEA This fixes issues with missing generated sources in IntelliJ IDEA after a rebuild. * Exclude mill's out dir
* Use a dedicated path/target for idea compiler output (#694)Tobias Roeser2019-09-206-15/+20
| | | | | | | | * Use a dedicated path/target for idea compiler output Fixes https://github.com/lihaoyi/mill/issues/693 * Fixed xml generator and test cases
* Print the just published versionTobias Roeser2019-09-171-0/+2
|
* print count of dirs and files when in watch modeTobias Roeser2019-09-131-1/+2
|
* Changed JSON encoding for StackTraceElement (filename is nullable) (#691)Tobias Roeser2019-09-101-2/+2
| | | Fixes https://github.com/lihaoyi/mill/issues/690
* Properly support Dotty >= 0.18.1 (#682)Guillaume Martres2019-09-094-7/+44
| | | | Dotty now uses the 2.13 standard library, so `withDottyCompat` needs to use the correct suffix depending on the Dotty version.
* Fixed download link for windows.Tobias Roeser2019-09-061-1/+1
| | | | Fixes https://github.com/lihaoyi/mill/issues/666
* Generate Versions file (#688)Tobias Roeser2019-09-062-13/+23
|
* fixed typoTobias Roeser2019-09-051-1/+1
|
* fixed typoTobias Roeser2019-09-051-1/+1
|
* Prepared next change logTobias Roeser2019-09-051-0/+8
|
* Commented step order to release scriptTobias Roeser2019-09-051-2/+2
|
* 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
|/