Skip to content

Commit

Permalink
Continue uploading snapshots now that we're building only with JDK 8.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138189249
  • Loading branch information
cpovirk committed Nov 4, 2016
1 parent b437606 commit 10f56d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/deploy_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -e -u

if [ "$TRAVIS_REPO_SLUG" == "google/guava" ] && \
[ "$TRAVIS_JDK_VERSION" == "oraclejdk7" ] && \
[ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && \
[ "$TRAVIS_PULL_REQUEST" == "false" ] && \
[ "$TRAVIS_BRANCH" == "master" ]; then
echo "Publishing Maven snapshot..."
Expand Down
2 changes: 1 addition & 1 deletion util/update_snapshot_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -e -u

if [ "$TRAVIS_REPO_SLUG" == "google/guava" ] && \
[ "$TRAVIS_JDK_VERSION" == "oraclejdk7" ] && \
[ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && \
[ "$TRAVIS_PULL_REQUEST" == "false" ] && \
[ "$TRAVIS_BRANCH" == "master" ]; then
echo "Publishing Javadoc and JDiff..."
Expand Down

0 comments on commit 10f56d4

Please sign in to comment.