forked from github/dataease
8e4072f29c
This reverts commit 937744b6a9
.
7 lines
183 B
Bash
Executable File
7 lines
183 B
Bash
Executable File
#!/bin/sh
|
|
mvn clean package -U -Dmaven.test.skip=true
|
|
|
|
cp kylin-backend/target/kylin-backend-1.18.0.jar .
|
|
|
|
zip -r kylin.zip ./kylin-backend-1.18.0.jar ./kylinDriver ./plugin.json
|