mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 21:09:00 -05:00
2 lines
130 B
Bash
Executable file
2 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/
|