Skip to content

Commit 71d3061

Browse files
krutonhagau
authored andcommitted
Travis-CI: Use OpenJDK instead
The new license for Oracle JDK downloads seem something worthy of avoidance. Also avoid OpenJDK 8 because it's missing some crypto algorithms we need for tests if it's before b180 or so.
1 parent c819e46 commit 71d3061

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: java
22
jdk:
3-
- oraclejdk9
4-
- oraclejdk8
3+
- openjdk9
4+
- openjdk11
55
addons:
66
apt:
77
packages:
88
- docker-ce
9-
- oracle-java8-installer
109
services:
1110
- docker
1211
cache:

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ description=SSH library used in the ConnectBot app
2525
bintrayUser=dummyUser
2626
bintrayApiKey=dummyApiKey
2727

28-
officialJdk=oraclejdk9
28+
officialJdk=openjdk9
2929
gitHubUrl=https\://github.com/connectbot/sshlib

0 commit comments

Comments
 (0)