Remove -U flag from mvn builds for better use of mvn cache
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
../mvnw -U -f ../pom.xml -pl boot-java-language-server -am clean install
|
||||
../mvnw -f ../pom.xml -pl boot-java-language-server -am clean install
|
||||
|
||||
Reference in New Issue
Block a user