File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ subprojects {
6666
6767 java {
6868 withSourcesJar()
69- // withJavadocJar()
69+ withJavadocJar()
7070 }
7171
7272 publishing {
Original file line number Diff line number Diff line change 1414 chmod 600 $HOME /.netrc
1515}
1616
17- if [ " ${TRAVIS_PULL_REQUEST} " = " false" ] && [ " ${TRAVIS_BRANCH} " = " master" ] && [ " ${RELEASE} " = " true" ]; then
17+ # && [ "${RELEASE}" = "true" ]
18+ if [ " ${TRAVIS_PULL_REQUEST} " = " false" ] && [ " ${TRAVIS_BRANCH} " = " master" ]; then
1819 echo " Deploying release to Bintray"
1920 saveGitCredentials
20- git checkout -f ${TRAVIS_BRANCH}
21+ # git checkout -f ${TRAVIS_BRANCH}
2122 ./gradlew clean assemble && ./gradlew check --info && ./gradlew bintrayUpload -x check --info
2223else
2324 echo " Verify"
You can’t perform that action at this time.
0 commit comments