Skip to content

Commit

Permalink
Add Maven flag for updating artifacts from snapshot repositories.
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
rgrunber committed Nov 7, 2024
1 parent 11dc820 commit 6292a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Build JDT-LS
if: "${{ inputs.JDT_LS_VERSION == '' }}"
run: |
./mvnw clean verify -B -DskipTests -Pserver-distro
./mvnw clean verify -B -U -DskipTests -Pserver-distro
mkdir ../staging
cp org.eclipse.jdt.ls.product/distro/jdt-language-server-*.tar.gz ../staging
- name: Check Out VS Code Java
Expand Down

0 comments on commit 6292a4c

Please sign in to comment.