Fix jar name in build script

This commit is contained in:
Shrikant Sharat Kandula 2021-09-21 15:59:14 +05:30
parent 04356a8d3b
commit 78d5447d98

View File

@ -18,7 +18,7 @@ fi
mkdir -p dist/plugins
# Copy the server jar
cp ./appsmith-server/target/server-1.0-SNAPSHOT.jar dist/
cp -v ./appsmith-server/target/server-*.jar dist/
# Copy all the plugins
rsync -av --exclude "original-*.jar" ./appsmith-plugins/*/target/*.jar dist/plugins/