Publish fatjar and non-fatjar both
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user