mirror of
https://github.com/penpot/penpot.git
synced 2025-05-16 21:16:12 +02: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/
|