We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bcb72 commit c0a9565Copy full SHA for c0a9565
.github/workflows/pr-verify.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set Up Java
19
uses: actions/setup-java@v4
20
with:
21
- java-version: '24'
+ java-version: '21'
22
distribution: 'temurin'
23
- run: npm install -g typescript "@vscode/vsce"
24
- run: wget http://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
- name: Build JDT-LS
87
if: "${{ inputs.JDT_LS_VERSION == '' }}"
0 commit comments