aboutsummaryrefslogtreecommitdiff
path: root/.buildscript/deploy_snapshot.sh
diff options
context:
space:
mode:
Diffstat (limited to '.buildscript/deploy_snapshot.sh')
-rwxr-xr-x.buildscript/deploy_snapshot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildscript/deploy_snapshot.sh b/.buildscript/deploy_snapshot.sh
index 395a873..f25e18d 100755
--- a/.buildscript/deploy_snapshot.sh
+++ b/.buildscript/deploy_snapshot.sh
@@ -6,7 +6,7 @@
# https://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/
SLUG="square/javapoet"
-JDK="oraclejdk8"
+JDK="openjdk8"
BRANCH="master"
set -e