Skip to content

Commit 9490fa1

Browse files
build: track release branch for core
1 parent 6fff58f commit 9490fa1

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.gitmodules

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[submodule "tree-sitter"]
2-
path = tree-sitter
3-
url = https://github.com/tree-sitter/tree-sitter
4-
shallow = true
2+
path = tree-sitter
3+
url = https://github.com/tree-sitter/tree-sitter
4+
branch = release-0.24
5+
56
[submodule "tree-sitter-java"]
6-
path = languages/java/tree-sitter-java
7-
url = https://github.com/tree-sitter/tree-sitter-java
8-
shallow = true
7+
path = languages/java/tree-sitter-java
8+
url = https://github.com/tree-sitter/tree-sitter-java
9+
shallow = true

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The version of the project.
2-
project.version=0.23.0
2+
project.version=0.24.0
33

44
# The Android SDK version that is used to compile the project.
55
sdk.version.compile=34
@@ -8,7 +8,7 @@ sdk.version.min=23
88
# The Android NDK version that is used to compile the project.
99
ndk.version=26.3.11579264
1010
# The CMake version that is used to compile the project.
11-
cmake.version=3.30.2
11+
cmake.version=3.30.3
1212

1313
# Specifies the JVM arguments used for the daemon process.
1414
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8

languages/java/tree-sitter-java

tree-sitter

Submodule tree-sitter updated 159 files

0 commit comments

Comments
 (0)