summaryrefslogtreecommitdiff
path: root/integration/test/resources/play-json/release.sh
Commit message (Collapse)AuthorAgeFilesLines
* WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-051-1/+1
| | | | __.compile works, haven't run tests yet
* fix type in release.sh scriptrockjam2018-03-281-1/+1
|
* WIP: Play json build (#182)Nikolay Tatarinov2018-03-281-0/+14
* 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