Atom fat jar build failure investigation

This commit is contained in:
BoykoAlex
2018-05-10 16:42:37 -04:00
parent a640a62121
commit f74787563c

View File

@@ -14,7 +14,7 @@ else
fi
cd ${sources}
./mvnw package -DargLine="-Dlsp.lazy.completions.disable=true -Dlsp.completions.indentation.enable=true -Dlsp.yaml.completions.errors.disable=true"
./mvnw clean package
timestamp=`date -u +%Y%m%d%H%M`
for i in `ls *-language-server/target/*.jar`; do