mirror of
https://github.com/penpot/penpot.git
synced 2026-05-22 16:33:55 +00:00
3 lines
130 B
Bash
Executable File
3 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
mvn deploy:deploy-file -Dfile=target/vertx.jar -DpomFile=pom.xml -DrepositoryId=clojars -Durl=https://clojars.org/repo/
|