Skip to content

Commit

Permalink
use java 21 (#104)
Browse files Browse the repository at this point in the history
* use java 21

* use 17 still in ci

* use 17
  • Loading branch information
jimexist authored Oct 5, 2023
1 parent 2e153fa commit 23a4697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ A Java binding to [Apache Arrow DataFusion][1]
## Status

This project is still work in progress, and currently it works with Arrow 9.0 and DataFusion 7.0 version.
It is build and verified in CI against Java 11 and 17. You may check out the docker run instructions
where Java 17 `jshell` is used to run interactively.
It is build and verified in CI against Java 11 and 21. You may check out the docker run instructions
where Java 21 `jshell` is used to run interactively.

## How to use in your code

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
languageVersion = JavaLanguageVersion.of(21)
}
}

Expand Down

0 comments on commit 23a4697

Please sign in to comment.