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 1
1
language : java
2
2
dist : trusty
3
3
jdk :
4
- - openjdk8
4
+ - openjdk7
5
+ - oraclejdk8
5
6
6
7
notifications :
7
8
email : true
@@ -57,15 +58,15 @@ deploy:
57
58
skip_cleanup : true
58
59
on :
59
60
branch : master
60
- jdk : openjdk8
61
+ jdk : openjdk7
61
62
- provider : bintray
62
63
file : bintray-config.json
63
64
user : $BINTRAY_USER
64
65
key : $BINTRAY_APIKEY
65
66
skip_cleanup : true
66
67
on :
67
68
tags : true
68
- jdk : openjdk8
69
+ jdk : openjdk7
69
70
- provider : releases
70
71
api_key : $GH_TOKEN
71
72
file_glob : true
@@ -74,13 +75,13 @@ deploy:
74
75
skip_cleanup : true
75
76
on :
76
77
tags : true
77
- jdk : openjdk8
78
+ jdk : openjdk7
78
79
- provider : script
79
80
script : " ./build/push-javadoc-to-gh-pages.sh"
80
81
skip_cleanup : true
81
82
on :
82
83
tags : true
83
- jdk : openjdk8
84
+ jdk : openjdk7
84
85
85
86
# Ask bintray to sync the just-deployed artifact to maven central
86
87
after_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
28
28
```
29
29
30
30
## Prerequisites
31
- - Java SE version 8 or newer is required
31
+ - Java SE version 7 or newer is required
32
32
33
33
## Javadoc
34
34
You 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 40
40
<checkstyle-plugin-version >3.0.0</checkstyle-plugin-version >
41
41
<jacoco-plugin-version >0.8.3</jacoco-plugin-version >
42
42
<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 >
44
44
<logback-version >1.2.3</logback-version >
45
45
<guava-version >27.1-android</guava-version >
46
46
<gson-version >2.8.5</gson-version >
You can’t perform that action at this time.
0 commit comments