Skip to content

Commit

Permalink
Update JDK for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Belal Jafri authored and Belal Jafri committed Nov 5, 2019
1 parent bf36451 commit 3e3d556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java
jdk:
- oraclejdk8
- openjdk8
script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then travis_wait 40 gradle clean build; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then travis_wait 40 gradle clean build uploadArchives -PnexusUsername=$NEXUS_USERNAME -PnexusPassword=$NEXUS_PASSWORD -Psigning.keyId=$SIGNING_KEY -Psigning.password=$SIGNING_PASSWORD -Psigning.secretKeyRingFile=key.gpg; fi'
Expand Down

0 comments on commit 3e3d556

Please sign in to comment.