summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Sproch <jsproch@google.com>2020-07-20 12:50:44 -0700
committerJim Sproch <jsproch@google.com>2020-07-20 12:50:44 -0700
commit33776286af342df107a272b408ef3a65658669bc (patch)
treebd406cbfd32a291f87bf7454a7dd73880d99af06
parent48aae013994286c82a28830d0aec7052a7330b5e (diff)
downloadkotlin-compose-dev.tar.gz
Bump Kotlin version number to 1.4-M3compose-dev
Change-Id: Iafc9bdee04773155373c1fc2397eda37846e66c4
-rwxr-xr-xbusytown.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/busytown.sh b/busytown.sh
index a55ac1fd162..ff420d587ce 100755
--- a/busytown.sh
+++ b/busytown.sh
@@ -21,7 +21,7 @@ function set_java_home() {
esac
}
-readonly R4A_BUILD_NUMBER=1.4.0
+readonly R4A_BUILD_NUMBER=1.4-M3
function copy_jar_into_maven_repo() {
local SOURCE_JAR="$1"
local MODULE_NAME="$2"
@@ -94,7 +94,7 @@ echo "tar'ing result m2.tar"
tar cf $OUT_DIR/m2.tar -C $OUT_DIR m2
mv $OUT_DIR/m2.tar $DIST_DIR
-readonly GMAVEN_ARTIFACT_NAME=1.4.0-dev-withExperimentalGoogleExtensions-20200714
+readonly GMAVEN_ARTIFACT_NAME=1.4.0-dev-withExperimentalGoogleExtensions-20200720
pushd "$OUT_DIR/m2/org/jetbrains/kotlin/kotlin-compiler-embeddable"
$PROG_DIR/dist/kotlinc/bin/kotlinc -script -cp "$PROG_DIR/reversion/lib/jdom2/jdom-2.0.6.jar" "$PROG_DIR/reversion/reversion.kts" . "$R4A_BUILD_NUMBER" "$GMAVEN_ARTIFACT_NAME"
zip -r "kotlin-compiler-embeddable-$GMAVEN_ARTIFACT_NAME.zip" $GMAVEN_ARTIFACT_NAME