mirror of
https://github.com/penpot/penpot.git
synced 2026-05-22 08:23:42 +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/
|