summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fixes https://github.com/lihaoyi/mill/issues/532Andres Pipicello2019-06-281-5/+5
|
* Added millw to thirdparty sectionTobias Roeser2019-06-251-0/+52
|
* Added mill-bash-completion to thirdparty sectionTobias Roeser2019-06-251-0/+7
|
* Upgrade SemanticDB and Bloop supported versions (#639)Sergey Shishkin2019-06-251-8/+3
|
* Support dependency type maven-plugin (#637)Tobias Roeser2019-06-211-1/+2
|
* Added millw script and config fileTobias Roeser2019-06-212-0/+60
|
* Support 'eclipse-plugin' type dependencies (#636)Nathaniel Fischer2019-06-211-1/+2
|
* more fixes for scalajs envLi Haoyi2019-06-135-7/+28
|
* Allow configuration of JSEnv used for Scala.js tests and runs (#628)Li Haoyi2019-06-138-47/+107
| | | | | | | | * . * . * .
* Explicitly use value for comparisonTobias Roeser2019-06-131-1/+1
|
* update readmeLi Haoyi2019-06-131-2/+2
|
* 0.4.10.4.1Li Haoyi2019-06-131-0/+9
|
* gitignoreTobias Roeser2019-06-131-0/+2
|
* replace testFrameworksJvmClasspath and testClasspathJvm with just ↵Li Haoyi2019-06-081-22/+3
| | | | runClasspath (#627)
* increase readTimeout to 60000ms, matching mill 0.3.6 semanticsLi Haoyi2019-06-062-4/+4
|