Skip to content

Commit 6292a4c

Browse files
committed
Add Maven flag for updating artifacts from snapshot repositories.
- With JDT-LS depending on static (eg. latest) repositories, the Tycho build system may end up using stale artifacts cached locally, even when newer ones exist. Signed-off-by: Roland Grunberg <[email protected]>
1 parent 11dc820 commit 6292a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Build JDT-LS
8787
if: "${{ inputs.JDT_LS_VERSION == '' }}"
8888
run: |
89-
./mvnw clean verify -B -DskipTests -Pserver-distro
89+
./mvnw clean verify -B -U -DskipTests -Pserver-distro
9090
mkdir ../staging
9191
cp org.eclipse.jdt.ls.product/distro/jdt-language-server-*.tar.gz ../staging
9292
- name: Check Out VS Code Java

0 commit comments

Comments
 (0)