We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a5518 commit 07438bbCopy full SHA for 07438bb
1 file changed
bindings/java/README.md
@@ -1,3 +1,21 @@
1
## Manifold3d Java Bindings
2
3
-[](https://clojars.org/com.github.madhephaestus/manifold3d)
+[](https://clojars.org/com.github.madhephaestus/manifold3d)
4
+
5
+##Developemnt
6
7
+for local install to maven of a snapshot run:
8
9
+```
10
+bash bindings/java/scripts/localSnapshotInstall.sh
11
12
13
14
+and see the printouts:
15
16
17
+Clojar Java /home/hephaestus/bin/java21/
18
+Clojar Version: 3.4.0-46a5518e-SNAPSHOT
19
20
21
+That means you can run a local build with version `3.4.0-46a5518e-SNAPSHOT` which means it is commit 46a5518e which is ahead of the tag 3.4.0.
0 commit comments