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 1
1
language : java
2
2
dist : trusty
3
3
jdk :
4
- - openjdk7
5
- - oraclejdk8
4
+ - openjdk8
6
5
7
6
notifications :
8
7
email : true
@@ -58,15 +57,15 @@ deploy:
58
57
skip_cleanup : true
59
58
on :
60
59
branch : master
61
- jdk : openjdk7
60
+ jdk : openjdk8
62
61
- provider : bintray
63
62
file : bintray-config.json
64
63
user : $BINTRAY_USER
65
64
key : $BINTRAY_APIKEY
66
65
skip_cleanup : true
67
66
on :
68
67
tags : true
69
- jdk : openjdk7
68
+ jdk : openjdk8
70
69
- provider : releases
71
70
api_key : $GH_TOKEN
72
71
file_glob : true
@@ -75,13 +74,13 @@ deploy:
75
74
skip_cleanup : true
76
75
on :
77
76
tags : true
78
- jdk : openjdk7
77
+ jdk : openjdk8
79
78
- provider : script
80
79
script : " ./build/push-javadoc-to-gh-pages.sh"
81
80
skip_cleanup : true
82
81
on :
83
82
tags : true
84
- jdk : openjdk7
83
+ jdk : openjdk8
85
84
86
85
# Ask bintray to sync the just-deployed artifact to maven central
87
86
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 7 or newer is required
31
+ - Java SE version 8 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.12.1 </okhttp3-version >
43
+ <okhttp3-version >3.14.9 </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