mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
7 lines
181 B
Bash
Executable File
7 lines
181 B
Bash
Executable File
#!/bin/sh
|
|
mvn clean package
|
|
|
|
cp maxcompute-backend/target/maxcompute-backend-1.18.0.jar .
|
|
|
|
zip -r maxcompute.zip ./maxcompute-backend-1.18.0.jar ./maxcomputeDriver ./plugin.json
|