Skip to content

Commit c0ddc84

Browse files
grantEric Koleda
authored andcommitted
fix: Use JDK 11 (8 is broken) (googleworkspace#84)
1 parent 3484638 commit c0ddc84

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: java
22
jdk:
3-
- oraclejdk8
4-
# - oraclejdk9
3+
- oraclejdk11
54
# Use a Build Matrix for subdirs (https://lord.io/blog/2014/travis-multiple-subdirs/)
65
env:
76
- DIR=adminSDK/alertcenter/quickstart

0 commit comments

Comments
 (0)