summaryrefslogtreecommitdiff
path: root/build.sc
Commit message (Collapse)AuthorAgeFilesLines
...
* WIP: Play json build (#182)Nikolay Tatarinov2018-03-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * play json build * build progress * add check task * try to make play json js build * scalariform and mima plugins in separate files. check mima * better error message for mima compatibility check * fix scala 2.10 compilation * license headers support * add jmh support * fix reformat on compile; fix code validation; extract base module * remove scala 2.13 from cross versions * include play-json in integration tests * add example .travis.yml * bring back scala 2.13 support * make reformat target, not command * add release task * update mill version in travis.yml * update release script * update release process * add README.md for play json build
* Use mill 0.1.7-8-b913c6 for ci test.Robby2018-03-261-3/+3
|
* Upgrade Ammonite to 1.1.0-3-73d5734.Robby2018-03-261-2/+2
|
* Enable repl in Windows now Ammonite supports it (lihaoyi/Ammonite#775).Robby2018-03-261-6/+1
|
* downgrade mill in CI and build to make CI passrockjam2018-03-261-3/+3
|
* update build to ammonite 1.1.0 and mill 0.1.7Li Haoyi2018-03-251-3/+3
|
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-251-12/+5
|\
| * try to fix classloading issues on runLocal and test with java 9 (#255)Nikolay Tatarinov2018-03-251-0/+3
| | | | | | | | | | | | | | | | | | | | * fix class loading for inprocess in java 9 * always add rt jar in case of java 9 * move all custom classloading logic into mill.util.ClassLoader * add comments explaining parent class loader changes and comment in tests pointing to original issue
| * remove deprecated things from POM in build.scrockjam2018-03-241-12/+2
| |
* | update bump Ammonite to 1.1.0 stableLi Haoyi2018-03-251-3/+2
| |
* | bump upickle, ammonite versionsLi Haoyi2018-03-251-4/+5
| |
* | update to latest Ammonite using latest upickle RCLi Haoyi2018-03-241-2/+2
| |
* | wip upgrading to the new version of upickleLi Haoyi2018-03-241-2/+4
|/
* Batch (.bat) file generation for assembly, launcher, and release (#243)Robby2018-03-201-25/+80
|
* mergeLi Haoyi2018-03-191-2/+2
|\
| * Java 9 optimization by caching rt.jar (#239)Robby2018-03-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upgraded Ammonite to 1.0.5-7-f032887 that includes a Java 9 performance optimization for mill's client-server mode (lihaoyi/Ammonite#773). * Java 9 optimization for interactive mode by caching rt.jar. * Refactored based on @lihaoyi's comments on #239. * Removed client side rt.jar caching. * Propagatio of home path from Cli. * Propagation, propagation, propagation!
* | bump utest versionLi Haoyi2018-03-181-1/+1
|/
* Windows non-interactive (client/server) support, and fix assembly and posix ↵Robby2018-03-161-5/+7
| | | | | | | | | file permission (#228) * Added support for non-interactive (client/server) mode on Windows * Fixed assembly URI path * Skip setting posix file permission on Windows
* Fixes for non-interactive (client/server) mode on Java 9 (#221)Robby2018-03-131-1/+2
| | | | | | * Fixes for client/server mode on Java 9. * Upgraded ammonite to 1.0.5-4-c0cdbaf.
* Support for Java 9 (and 10). (#215)Robby2018-03-101-1/+1
|
* Fix invalid git HEAD ref name in build.sc#gitHead (#191)Sergiy Sokolenko2018-03-031-1/+1
|
* - Bump ammonite versionLi Haoyi2018-03-021-3/+3
| | | | - Upload unstable binaries to same github release as the last stable release
* Add dsl for SCM (now called VersionControl) (#168)Guillaume Massé2018-02-281-0/+3
| | | The scm url syntax is a source of confusion for developper. I added VersionControl.github() to simplify this process. We can add other common VersionControl url scheme like Bazar, etc.
* fix #139 upgrade jline to 2.14.5 (#176)Nikolay Tatarinov2018-02-271-1/+2
|
* Port Mill client over to JavaLi Haoyi2018-02-261-1/+1
| | | | | | This helps us avoid accidentally depending on the Scala library, whose classloading takes tens to hundreds of milliseconds. This removes the last parts of the Scala library used in the client (e.g. lambdas) and reduces `mill show core.compile` from ~380ms to ~290ms
* Add predefined licenses from spdx (#144)Guillaume Massé2018-02-261-0/+2
| | | | | | * Add predefined licenses from spdx * Fix License usages
* Delete SBT build, use Mill for CI & developmentLi Haoyi2018-02-261-7/+16
| | | | Also re-organize the test matrix to split out the unit & integration tests into 3 separate builds, and removing the integration tests from the `-dev` and `-mill` jobs. That should speed up the test run while running all tests and ensuring the dev/release assemblies work
* bump Ammonite versionLi Haoyi2018-02-251-1/+1
|
* better error messages when you run interactive commands without -iLi Haoyi2018-02-241-1/+2
|
* Implement `-i` flag to allow interactive usageLi Haoyi2018-02-241-15/+47
|
* Clean up the provisional client-server code with unit tests and proper ↵Li Haoyi2018-02-241-38/+42
| | | | | | | | file-sockets Seems to work well enough for interactive scala consoles, though still not Ammonite Also Added ScalaModule#launcher and re-worked our build.sc file to use it
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-221-1/+1
| | | support multiple test frameworks
* revert back to mill.Main by defaultLi Haoyi2018-02-201-1/+2
|
* Basic working server-client model based on flat files communicationsLi Haoyi2018-02-191-2/+2
|
* Improve error reporting for NamedTasks with the wrong number of parametersLi Haoyi2018-02-191-2/+2
|
* Add `mill dev` support to our own buildLi Haoyi2018-02-181-1/+14
| | | | Also add Ammonite `foo.repl` support to Mill
* fix ci/test-sbt-built.shLi Haoyi2018-02-111-1/+3
|
* add uPickle to our integration test suiteLi Haoyi2018-02-111-1/+3
|
* fixesLi Haoyi2018-02-111-7/+6
|
* more tidying upLi Haoyi2018-02-111-3/+3
|
* remove timestamp from auto-publishing to ensure the artifacts published from ↵Li Haoyi2018-02-101-2/+7
| | | | the same clean repo have the same version
* Re-enable github artifact uploadLi Haoyi2018-02-101-2/+4
|
* - DRY up `Resolve.scala`Li Haoyi2018-02-091-4/+1
| | | | | - Add a version of `Resolve` that resolves names only, but works on entrypoints/etc. without needing arguments - Fix tests to compile with new `multiSelect` parsing flag
* .Li Haoyi2018-02-091-5/+17
|
* wipLi Haoyi2018-02-071-0/+4
|
* all T.commands to take targets as CLI arguments, and use that to get rid of ↵Li Haoyi2018-02-061-36/+0
| | | | our custom releaseCI/releaseManual commands
* Properly include the base path of the publish-destination URLs0.0.7Li Haoyi2018-02-041-2/+1
|
* Fix github release creation, add new batch publishing capability to try and ↵0.0.5Li Haoyi2018-02-041-8/+15
| | | | speed up publishing lots of modules
* configure master-only-ness in travis rather than scala0.0.4Li Haoyi2018-02-041-3/+2
|
* wip getting release.sh working0.0.3Li Haoyi2018-02-041-17/+17
|