File tree Expand file tree Collapse file tree 13 files changed +15
-13
lines changed
natural-language-classifier
natural-language-understanding Expand file tree Collapse file tree 13 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,12 @@ script:
4949- " ./gradlew docs > /dev/null"
5050after_success :
5151- bash <(curl -s https://codecov.io/bash)
52+ before_deploy :
53+ - pip install travis-wait-improved
5254deploy :
5355- provider : script
5456 skip_cleanup : true
55- script : " ./gradlew bintrayUpload"
57+ script : travis-wait-improved --timeout=30m ./gradlew bintrayUpload
5658 on :
5759 tags : true
5860 jdk : openjdk7
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ checkstyle {
6060dependencies {
6161 compile project(' :common' )
6262 testCompile project(' :common' ). sourceSets. test. output
63- compile ' com.ibm.cloud:sdk-core:4.4 .0'
63+ compile ' com.ibm.cloud:sdk-core:4.5 .0'
6464 signature ' org.codehaus.mojo.signature:java17:1.0@signature'
6565}
6666
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ checkstyle {
5858}
5959
6060dependencies {
61- compile ' com.ibm.cloud:sdk-core:4.4 .0'
61+ compile ' com.ibm.cloud:sdk-core:4.5 .0'
6262 signature ' org.codehaus.mojo.signature:java17:1.0@signature'
6363}
6464
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ checkstyle {
6060dependencies {
6161 compile project(' :common' )
6262 testCompile project(' :common' ). sourceSets. test. output
63- compile ' com.ibm.cloud:sdk-core:4.4 .0'
63+ compile ' com.ibm.cloud:sdk-core:4.5 .0'
6464 signature ' org.codehaus.mojo.signature:java17:1.0@signature'
6565}
6666
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ checkstyle {
6464dependencies {
6565 compile project(' :common' )
6666 testCompile project(' :common' ). sourceSets. test. output
67- compile ' com.ibm.cloud:sdk-core:4.4 .0'
67+ compile ' com.ibm.cloud:sdk-core:4.5 .0'
6868 signature ' org.codehaus.mojo.signature:java17:1.0@signature'
6969}
7070
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ checkstyle {
6060dependencies {
6161 compile project(' :common' )
6262 testCompile project(' :common' ). sourceSets. test. output
63- compile ' com.ibm.cloud:sdk-core:4.4 .0'
63+ compile ' com.ibm.cloud:sdk-core:4.5 .0'
6464 signature ' org.codehaus.mojo.signature:java17:1.0@signature'
6565}
6666
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ checkstyle {
6464dependencies {
6565 compile project(' :common' )
6666 testCompile project(' :common' ). sourceSets. test. output
67- compile ' com.ibm.cloud:sdk-core:4.4 .0'
67+ compile ' com.ibm.cloud:sdk-core:4.5 .0'
6868 signature ' org.codehaus.mojo.signature:java17:1.0@signature'
6969}
7070
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ checkstyle {
6060dependencies {
6161 compile project(' :common' )
6262 testCompile project(' :common' ). sourceSets. test. output
63- compile ' com.ibm.cloud:sdk-core:4.4 .0'
63+ compile ' com.ibm.cloud:sdk-core:4.5 .0'
6464 signature ' org.codehaus.mojo.signature:java17:1.0@signature'
6565}
6666
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ checkstyle {
6060dependencies {
6161 compile project(' :common' )
6262 testCompile project(' :common' ). sourceSets. test. output
63- compile ' com.ibm.cloud:sdk-core:4.4 .0'
63+ compile ' com.ibm.cloud:sdk-core:4.5 .0'
6464 signature ' org.codehaus.mojo.signature:java17:1.0@signature'
6565}
6666
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ checkstyle {
6464dependencies {
6565 compile project(' :common' )
6666 testCompile project(' :common' ). sourceSets. test. output
67- compile ' com.ibm.cloud:sdk-core:4.4 .0'
67+ compile ' com.ibm.cloud:sdk-core:4.5 .0'
6868 signature ' org.codehaus.mojo.signature:java17:1.0@signature'
6969}
7070
You can’t perform that action at this time.
0 commit comments