File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11language : java
22dist : trusty
33jdk :
4- - openjdk7
5- - oraclejdk8
4+ - openjdk8
65
76notifications :
87 email : true
@@ -58,15 +57,15 @@ deploy:
5857 skip_cleanup : true
5958 on :
6059 branch : master
61- jdk : openjdk7
60+ jdk : openjdk8
6261- provider : bintray
6362 file : bintray-config.json
6463 user : $BINTRAY_USER
6564 key : $BINTRAY_APIKEY
6665 skip_cleanup : true
6766 on :
6867 tags : true
69- jdk : openjdk7
68+ jdk : openjdk8
7069- provider : releases
7170 api_key : $GH_TOKEN
7271 file_glob : true
@@ -75,13 +74,13 @@ deploy:
7574 skip_cleanup : true
7675 on :
7776 tags : true
78- jdk : openjdk7
77+ jdk : openjdk8
7978- provider : script
8079 script : " ./build/push-javadoc-to-gh-pages.sh"
8180 skip_cleanup : true
8281 on :
8382 tags : true
84- jdk : openjdk7
83+ jdk : openjdk8
8584
8685# Ask bintray to sync the just-deployed artifact to maven central
8786after_script :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ You can use this project by defining it as a dependency within your Java SDK pro
2828```
2929
3030## Prerequisites
31- - Java SE version 7 or newer is required
31+ - Java SE version 8 or newer is required
3232
3333## Javadoc
3434You can find the Javadoc for this project here: https://ibm.github.io/java-sdk-core/
Original file line number Diff line number Diff line change 4040 <checkstyle-plugin-version >3.0.0</checkstyle-plugin-version >
4141 <jacoco-plugin-version >0.8.3</jacoco-plugin-version >
4242 <compiler-plugin-version >3.8.0</compiler-plugin-version >
43- <okhttp3-version >3.12.1 </okhttp3-version >
43+ <okhttp3-version >3.14.9 </okhttp3-version >
4444 <logback-version >1.2.3</logback-version >
4545 <guava-version >27.1-android</guava-version >
4646 <gson-version >2.8.5</gson-version >
You can’t perform that action at this time.
0 commit comments