File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ jobs:
242242 mkdir build
243243 cd build
244244 cmake -DCMAKE_BUILD_TYPE=Release -DASSIMP_ENABLE=ON -DBUILD_SHARED_LIBS=ON -DMANIFOLD_DEBUG=ON -DMANIFOLD_EXPORT=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5 .. && make
245-
245+ cd ..
246246 - name : Get version
247247 id : get_version
248248 run : echo "VERSION=$(cat bindings/java/version.txt)" >> $GITHUB_ENV
@@ -267,7 +267,7 @@ jobs:
267267 - name : Make Jar
268268 shell : bash
269269 run : |
270- bash ./ scripts/makeJar .sh
270+ bash scripts/makeJars .sh
271271 - name : Upload artifact
272272 uses : actions/upload-artifact@v4 # updated from v3
273273 with :
@@ -276,7 +276,7 @@ jobs:
276276 - name : Deploy Jar
277277 shell : bash
278278 run : |
279- bash ./ scripts/clojar.sh
279+ bash scripts/clojar.sh
280280 env :
281281 CLOJARS_USERNAME : ${{ secrets.CLOJARS_USERNAME }}
282282 CLOJARS_TOKEN : ${{ secrets.CLOJARS_TOKEN }}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Consider using the [Clojure library](https://github.com/SovereignShop/clj-manifo
2727| C++ | vcpkg | [ manifold] ( https://github.com/microsoft/vcpkg/tree/master/ports/manifold ) | external |
2828| TS/JS | npm | [ manifold-3d] ( https://www.npmjs.com/package/manifold-3d ) | internal |
2929| Python | PyPI | [ manifold3d] ( https://pypi.org/project/manifold3d/ ) | internal |
30- | Java | N/A | [ manifold] ( https://github.com/SovereignShop/manifold ) | external |
30+ | Java | N/A | [ manifold] ( https://github.com/CommonWealthRobotics/manifold3d-java ) | external |
3131| Clojure | N/A | [ clj-manifold3d] ( https://github.com/SovereignShop/clj-manifold3d ) | external |
3232| C# | NuGet | [ ManifoldNET] ( https://www.nuget.org/packages/ManifoldNET ) | external |
3333| Julia | Packages | [ ManifoldBindings.jl] ( https://juliapackages.com/p/manifoldbindings ) | external |
@@ -293,7 +293,7 @@ For more detailed documentation, please refer to the C++ API.
293293
294294### Java / Clojure
295295
296- Unofficial java bindings are currently maintained in [ a fork] ( https://github.com/SovereignShop/manifold ) .
296+ Unofficial java bindings are currently maintained in [ a fork] ( https://github.com/CommonWealthRobotics/manifold3d-java ) .
297297
298298to build the java jars run:
299299
Original file line number Diff line number Diff line change 1- 3.0.6
1+ 3.0.7
You can’t perform that action at this time.
0 commit comments