mirror of
https://github.com/dataease/dataease.git
synced 2026-05-22 21:38:32 +08:00
7 lines
161 B
Bash
Executable File
7 lines
161 B
Bash
Executable File
#!/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
|