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
This repository ships a [Gradle wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) (`./gradlew` / `gradlew.bat`), so no system-wide Gradle installation is required. The wrapper pins the build to **Gradle 8.12.1** and verifies the distribution checksum before use, ensuring a reproducible and tamper-evident build environment.
125
+
126
+
Use `./gradlew` on Unix/macOS/Linux (or `gradlew.bat` on Windows) in place of `gradle` for all commands listed below.
127
+
123
128
## <imgsrc="jvm.png"alt="JVM"height="50"> JVM
124
129
125
130
To publish a library for a JVM project into Maven local, run
126
131
127
132
```bash
128
-
gradle publishJvmPublicationToMavenLocal
133
+
./gradlew publishJvmPublicationToMavenLocal
129
134
```
130
135
131
136
This will first, trigger the compilation of Zenoh-JNI in release, and second publish the library into maven local, containing the native library
@@ -180,7 +185,7 @@ to install them.
180
185
So, in order to publish the library onto Maven Local, run:
0 commit comments