Skip to content

Commit 93884b9

Browse files
feat!: raise minimum JRE version to 23
1 parent becee9a commit 93884b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Java bindings to the [tree-sitter] parsing library.
88

99
## Building
1010

11-
- Install JDK 22 and set `JAVA_HOME` to it
11+
- Install JDK 23+ and set `JAVA_HOME` to it
1212
- Download [jextract] and add it to your `PATH`
1313
- Install the `tree-sitter` & `tree-sitter-java` libraries
1414

@@ -31,5 +31,5 @@ These alternatives support older JDK versions or Android:
3131
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/java-tree-sitter/ci.yml?logo=github&label=CI
3232
[central]: https://img.shields.io/maven-central/v/io.github.tree-sitter/jtreesitter?logo=sonatype&label=Maven%20Central
3333
[docs]: https://img.shields.io/github/deployments/tree-sitter/java-tree-sitter/github-pages?logo=githubpages&label=API%20Docs
34-
[FFM]: https://docs.oracle.com/en/java/javase/22/core/foreign-function-and-memory-api.html
34+
[FFM]: https://docs.oracle.com/en/java/javase/23/core/foreign-function-and-memory-api.html
3535
[jextract]: https://jdk.java.net/jextract/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<url>https://github.com/tree-sitter/java-tree-sitter/issues</url>
4444
</issueManagement>
4545
<properties>
46-
<maven.compiler.release>22</maven.compiler.release>
46+
<maven.compiler.release>23</maven.compiler.release>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<maven.deploy.skip>true</maven.deploy.skip>
4949
<gpg.skip>true</gpg.skip>

0 commit comments

Comments
 (0)