Skip to content

Commit

Permalink
[CALCITE-4547] Support Java 16 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ILuffZhe authored and julianhyde committed Dec 27, 2021
1 parent 3303e4b commit f79624a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ matrix:
- jdk: openjdk15
env:
- GUAVA=31.0.1-jre # newest supported Guava version
- jdk: openjdk16
env:
- GUAVA=31.0.1-jre
- jdk: openjdk17
env:
- GUAVA=31.0.1-jre
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion site/_docs/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tests (but you should use the `gradle` command rather than
## Building from Git

Prerequisites are git
and Java (JDK 8, 9, 10, 11, 12, 13, 14 or 15) on your path.
and Java (JDK 8, 9, 10, 11, 12, 13, 14, 15, 16 or 17) on your path.

Create a local copy of the GitHub repository,
`cd` to its root directory,
Expand Down

0 comments on commit f79624a

Please sign in to comment.