From 401f1c13af5dcae09f1b5e00732b04660ba3f3f6 Mon Sep 17 00:00:00 2001 From: C Beach Date: Wed, 26 Feb 2020 09:50:36 -0600 Subject: [PATCH] chore: tie in migration B2 to auto-release --- .travis.yml | 3 ++- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8d1e5eb..577141f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: - "$HOME/.gradle/wrapper/" install: true script: -- "./gradlew :oeqPrimaryB2:clean :oeqPrimaryB2:buildB2 :oeqPrimaryWS:clean :oeqPrimaryWS:buildWS" +- "./gradlew :oeqPrimaryB2:clean :oeqPrimaryB2:buildB2 :oeqPrimaryWS:clean :oeqPrimaryWS:buildWS :oeqLinkMigrationLTI:clean :oeqLinkMigrationLTI:buildLinkMigration" before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ @@ -19,6 +19,7 @@ deploy: file: - oeqPrimaryB2/build/libs/* - oeqPrimaryWS/build/libs/* + - oeqLinkMigrationLTI/build/libs/* skip_cleanup: true on: tags: true diff --git a/gradle.properties b/gradle.properties index 5ec806a..4943e55 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,4 +6,4 @@ jspApiVersion=2.3.3 servletApiVersion=4.0.1 junitVersion=4.12 # All building blocks / web services are re-versioned when this changes. -artifactVersion=2.1.0-Alpha-20200205E \ No newline at end of file +artifactVersion=2.1.0-Alpha-20200226A