File tree 7 files changed +26
-28
lines changed
jdtls.ext/com.microsoft.jdtls.ext.target
7 files changed +26
-28
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
sudo /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
22
22
sleep 3
23
23
24
- - name : Set up JDK 17
24
+ - name : Set up JDK 21
25
25
uses : actions/setup-java@v1
26
26
with :
27
- java-version : ' 17 '
27
+ java-version : ' 21 '
28
28
29
29
- name : Setup Node.js environment
30
30
uses : actions/setup-node@v2
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
sudo /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
22
22
sleep 3
23
23
24
- - name : Set up JDK 17
24
+ - name : Set up JDK 21
25
25
uses : actions/setup-java@v1
26
26
with :
27
- java-version : ' 17 '
27
+ java-version : ' 21 '
28
28
29
29
- name : Setup Node.js environment
30
30
uses : actions/setup-node@v2
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
17
- - name : Set up JDK 17
17
+ - name : Set up JDK 21
18
18
uses : actions/setup-java@v1
19
19
with :
20
- java-version : ' 17 '
20
+ java-version : ' 21 '
21
21
22
22
- name : Setup Node.js environment
23
23
uses : actions/setup-node@v2
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
17
- - name : Set up JDK 17
17
+ - name : Set up JDK 21
18
18
uses : actions/setup-java@v1
19
19
with :
20
- java-version : ' 17 '
20
+ java-version : ' 21 '
21
21
22
22
- name : Setup Node.js environment
23
23
uses : actions/setup-node@v2
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
17
- - name : Set up JDK 17
17
+ - name : Set up JDK 21
18
18
uses : actions/setup-java@v1
19
19
with :
20
- java-version : ' 17 '
20
+ java-version : ' 21 '
21
21
22
22
- name : Setup Node.js environment
23
23
uses : actions/setup-node@v2
Original file line number Diff line number Diff line change 10
10
<unit id =" org.eclipse.equinox.sdk.feature.group" version =" 0.0.0" />
11
11
<unit id =" org.eclipse.jdt.source.feature.group" version =" 0.0.0" />
12
12
<unit id =" org.eclipse.sdk.feature.group" version =" 0.0.0" />
13
- <repository location =" https://download.eclipse.org/eclipse/updates/4.31 /" />
13
+ <repository location =" https://download.eclipse.org/eclipse/updates/4.35 /" />
14
14
</location >
15
15
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
16
16
<unit id =" org.eclipse.xtext.xbase.lib" version =" 0.0.0" />
17
- <repository location =" https://download.eclipse.org/releases/2024-03 /" />
17
+ <repository location =" https://download.eclipse.org/releases/2024-12 /" />
18
18
</location >
19
19
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
20
20
<unit id =" org.eclipse.jdt.ls.core" version =" 0.0.0" />
21
21
<repository location =" https://download.eclipse.org/jdtls/snapshots/repository/latest/" />
22
22
</location >
23
- <location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
24
- <repository location =" https://download.eclipse.org/lsp4j/updates/releases/0.23.1/" />
25
- <unit id =" org.eclipse.lsp4j" version =" 0.0.0" />
26
- </location >
27
23
<location includeDependencyDepth =" none" includeDependencyScopes =" compile" includeSource =" true" missingManifest =" generate" type =" Maven" >
28
24
<dependencies >
29
25
<dependency >
You can’t perform that action at this time.
0 commit comments