You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this is a stupid question, but I've never used Grande. Can you make a step by step instruction what to do after creating a console hello world project on kotlin to use tree sitter?
Could not find io.github.oxisto:kotlin-tree-jna:0.0.0-SNAPSHOT.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/io/github/oxisto/kotlin-tree-jna/0.0.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/io/github/oxisto/kotlin-tree-jna/0.0.0-SNAPSHOT/kotlin-tree-jna-0.0.0-SNAPSHOT.pom
Then as I undestand I need to use ./gradlew publishToMavenLocal. but it fails:
~/b/L/kotlintree-main> ./gradlew build./gradlew publishToMavenLocal
FAILURE: Build failed with an exception.
* What went wrong:
Task 'build./gradlew' not found in root project 'kotlin-tree'.
* Try:
> Run gradlew tasks to get a list of available tasks.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 696ms
Maybe this is a stupid question, but I've never used Grande. Can you make a step by step instruction what to do after creating a console hello world project on kotlin to use tree sitter?
Here how my build.grandle.kts looks now
Error:
I build project with
./gradlew build
Then as I undestand I need to use
./gradlew publishToMavenLocal.
but it fails:And there really nothing in build folder:
The text was updated successfully, but these errors were encountered: