From 83aeb8976d90ad1637243953a9af37e6d4206c52 Mon Sep 17 00:00:00 2001 From: Nikolay Tatarinov <5min4eq.unity@gmail.com> Date: Wed, 28 Mar 2018 01:33:11 +0300 Subject: WIP: Play json build (#182) * 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 --- integration/test/resources/play-json/release.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 integration/test/resources/play-json/release.sh (limited to 'integration/test/resources/play-json/release.sh') diff --git a/integration/test/resources/play-json/release.sh b/integration/test/resources/play-json/release.sh new file mode 100755 index 00000000..372518ab --- /dev/null +++ b/integration/test/resources/play-json/release.sh @@ -0,0 +1,14 @@ +#!/usr/bin/env bash + +set -eux + +rm -rf out +mill __.test +mill release.setReleaseVersion +mill mill.scalalib.PublishModule/publishAll \ + "$SONATYPE_CREDENTIALS" \ + "$GPG_PASSPHRASE" \ + __.publishArtifacts \ + --release \ + true \ +mill release.setNextVersion -- cgit v1.2.3