File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed
Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 2020 - BINTRAY_REPO_OWNER=ibm-cloud-sdks
2121 - BINTRAY_REPO_NAME=ibm-cloud-sdk-repo
2222 - BINTRAY_PKG_NAME=com.ibm.watson:ibm-watson
23- - secure : S2KIWOJX35j1FczyV7JRFrFpTftb8Hmkf6C50bJh8E03IbPu7tnX2znPKBbRWcIQndO6qd5dL7+BqtXabByOzd5Slj5/NBdXPcGffsO7B0cpFQS8ngpIMAGReCXQ12PbOiO8CIk2f/20lU3L0kqcP1TaPyZYIlSwkUg98ls8p90=
24- - secure : eLv41LVZoRCqQehOM29RLodZ6NZhrIdLWklAkMdLGlFDEiVY5f0shaPLffpUiuv/3pg+CuQk9ffBc72m8lwTsimex9unC/WVsqQJhqQEWJEaPGL0UamV/HqHMeBQEpKiCcKHaBRHFGk7QQJVtiXvVvlbwk7Jks5giUR7+s/Q6iI=
25- - secure : l0dde5NSGedD6fny5aMr1ll90FYVd7IKDsZ0Kd1GWnB+iDd3rjDBwz5q6NUwN2LTqw3jWFqmqdEnGUGO3Er0rdfdtPh3K194sTK3XuCZz8GEjFvYAEDRQ59oyK8fhw60c86cWppBQ4gluLKLstm12DLkARTUvJiIsTQTnuc2YGg=
2623before_install :
2724- |
2825 if [ "$TRAVIS_JDK_VERSION" == "openjdk7" ]; then
@@ -50,7 +47,7 @@ script:
5047 && tar xvf secrets.tar
5148 || true'
5249- if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then ./appscan/ASOC.sh; fi
53- # - "./gradlew install -x check"
50+ - " ./gradlew install -x check"
5451# - "./gradlew checkstyleMain"
5552# - "./gradlew checkstyleTest"
5653# - "./gradlew codeCoverageReport --continue"
@@ -61,15 +58,14 @@ before_deploy:
6158- cat .utility/bintray-config.template | envsubst >bintray-config.json
6259- cat bintray-config.json
6360deploy :
64- # - provider: bintray
65- # file: bintray-config.json
66- # user: $BINTRAY_USER
67- # key: $BINTRAY_APIKEY
68- # skip_cleanup: true
69- # dry_run: true
70- # on:
71- # branch: bintray-deploy
72- # jdk: openjdk7
61+ - provider : bintray
62+ file : bintray-config.json
63+ user : $BINTRAY_USER
64+ key : $BINTRAY_APIKEY
65+ skip_cleanup : true
66+ on :
67+ branch : bintray-deploy
68+ jdk : openjdk7
7369- provider : script
7470 skip_cleanup : true
7571 script :
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ publishing {
159159 publications {
160160 maven(MavenPublication ) {
161161 from components. java
162+ groupId = group
162163 pom. withXml {
163164 asNode(). dependencies. ' *' . findAll() {
164165 it. scope. text() == ' runtime' && project. configurations. compile. allDependencies. find { dep ->
You can’t perform that action at this time.
0 commit comments