Skip to content

Commit

Permalink
build: track release branch for core
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Oct 9, 2024
1 parent 6fff58f commit 9490fa1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[submodule "tree-sitter"]
path = tree-sitter
url = https://github.com/tree-sitter/tree-sitter
shallow = true
path = tree-sitter
url = https://github.com/tree-sitter/tree-sitter
branch = release-0.24

[submodule "tree-sitter-java"]
path = languages/java/tree-sitter-java
url = https://github.com/tree-sitter/tree-sitter-java
shallow = true
path = languages/java/tree-sitter-java
url = https://github.com/tree-sitter/tree-sitter-java
shallow = true
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The version of the project.
project.version=0.23.0
project.version=0.24.0

# The Android SDK version that is used to compile the project.
sdk.version.compile=34
Expand All @@ -8,7 +8,7 @@ sdk.version.min=23
# The Android NDK version that is used to compile the project.
ndk.version=26.3.11579264
# The CMake version that is used to compile the project.
cmake.version=3.30.2
cmake.version=3.30.3

# Specifies the JVM arguments used for the daemon process.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
Expand Down
2 changes: 1 addition & 1 deletion languages/java/tree-sitter-java
Submodule tree-sitter-java updated 1 files
+1 −1 go.mod
2 changes: 1 addition & 1 deletion tree-sitter
Submodule tree-sitter updated 159 files

0 comments on commit 9490fa1

Please sign in to comment.