Publish fatjar and non-fatjar both

This commit is contained in:
Kris De Volder
2019-05-02 14:56:16 -07:00
parent 9866a4edb2
commit 3f93616970
15 changed files with 21 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ mkdir server
# Build fat jar and copy it over into
cd ../../headless-services/spring-boot-language-server
./build.sh
cp -f target/spring-boot-language-server-*.jar $workdir/server/spring-boot-language-server.jar
cp -f target/spring-boot-language-server-*-exec.jar $workdir/server/spring-boot-language-server.jar
# Installs atom-commons from source rather than npm registry
# cd ../atom-commons