summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* .travisLi Haoyi2019-07-091-3/+3
|
* .Li Haoyi2019-07-091-3/+3
|
* .Li Haoyi2019-07-091-6/+10
|
* .Li Haoyi2019-07-092-9/+5
|
* more jdk versionsLi Haoyi2019-07-091-6/+6
|
* .Li Haoyi2019-07-093-20/+48
|
* 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
|
* Delegate to `./mill` wrapper script from launcherLi Haoyi2019-06-291-1/+10
| | | | | | | Only delegate if the file exists, and we are not currently being delegated to. This makes the installed launcher automatically download the correct version of itself to run the build, assuming a `./mill` wrapper script exists
* add simple mill wrapper scriptLi Haoyi2019-06-291-0/+32
|
* 0.4.20.4.2Li Haoyi2019-06-291-0/+5
|
* Update logic to check for Scala libraries when generating fake SBT librariesAndres Pipicello2019-06-282-4/+3
|
* Using mill source path instead of pwdAndres Pipicello2019-06-285-31/+32
|
* Changed GenIdeaTests to use ScriptTestSuiteAndres Pipicello2019-06-288-54/+47
|
* Added back the usage of module-defined repos for resolving mill librariesAndres Pipicello2019-06-281-2/+2
|
* It seems that simply using the provided evaluator fixes ↵Andres Pipicello2019-06-281-4/+3
| | | | https://github.com/lihaoyi/mill/issues/352
* Using coursier for reading poms instead of ad-hoc xml parsingAndres Pipicello2019-06-281-8/+6
|
* Fixes 'file name too long' errorAndres Pipicello2019-06-281-20/+4
|
* Simple fix for https://github.com/lihaoyi/mill/issues/527Andres Pipicello2019-06-281-10/+8
|
* Fixes generation of fake SBT librariesAndres Pipicello2019-06-281-4/+8
|
* Using Task.sequence instead of multiple evalsAndres Pipicello2019-06-281-18/+20
|