forked from github/dataease
7 lines
161 B
Bash
7 lines
161 B
Bash
|
#!/bin/sh
|
||
|
mvn clean package
|
||
|
|
||
|
cp presto-backend/target/presto-backend-1.18.0.jar .
|
||
|
|
||
|
zip -r presto.zip ./presto-backend-1.18.0.jar ./prestoDriver ./plugin.json
|