Skip to content

Commit

Permalink
Deploy SNAPSHOTs automatically (#2079)
Browse files Browse the repository at this point in the history
I just added the execution permission to the file .buildscript/deploy_snapshot.sh with chmod +x .buildscript/deploy_snapshot.sh.

And I changed the SDK to one that we are using already.

You can see here that it was failing for that reason: https://travis-ci.org/arturbosch/detekt/jobs/607791661#L3885-L3886

Fixes #1826
  • Loading branch information
BraisGabin authored and schalkms committed Nov 8, 2019
1 parent 3590c9b commit 92ddf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildscript/deploy_snapshot.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://github.com/JakeWharton/RxBinding/blob/master/.buildscript/deploy_snapshot.sh

SLUG="arturbosch/detekt"
JDK="openjdk8"
JDK="oraclejdk8"
BRANCH="master"

set -e
Expand Down

0 comments on commit 92ddf1d

Please sign in to comment.