mirror of
https://github.com/penpot/penpot.git
synced 2025-02-22 06:46:40 -05:00
3 lines
130 B
Bash
3 lines
130 B
Bash
|
#!/bin/sh
|
||
|
mvn deploy:deploy-file -Dfile=target/vertx.jar -DpomFile=pom.xml -DrepositoryId=clojars -Durl=https://clojars.org/repo/
|