File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11language : java
22dist : trusty
33jdk :
4- - openjdk8
4+ - openjdk7
5+ - oraclejdk8
56
67notifications :
78 email : true
@@ -57,15 +58,15 @@ deploy:
5758 skip_cleanup : true
5859 on :
5960 branch : master
60- jdk : openjdk8
61+ jdk : openjdk7
6162- provider : bintray
6263 file : bintray-config.json
6364 user : $BINTRAY_USER
6465 key : $BINTRAY_APIKEY
6566 skip_cleanup : true
6667 on :
6768 tags : true
68- jdk : openjdk8
69+ jdk : openjdk7
6970- provider : releases
7071 api_key : $GH_TOKEN
7172 file_glob : true
@@ -74,13 +75,13 @@ deploy:
7475 skip_cleanup : true
7576 on :
7677 tags : true
77- jdk : openjdk8
78+ jdk : openjdk7
7879- provider : script
7980 script : " ./build/push-javadoc-to-gh-pages.sh"
8081 skip_cleanup : true
8182 on :
8283 tags : true
83- jdk : openjdk8
84+ jdk : openjdk7
8485
8586# Ask bintray to sync the just-deployed artifact to maven central
8687after_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 8 or newer is required
31+ - Java SE version 7 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.14.9 </okhttp3-version >
43+ <okhttp3-version >3.12.1 </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