File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
if : matrix.benchmark == false
82
82
uses : actions/setup-java@v2
83
83
with :
84
- java-version : 11
84
+ java-version : 17
85
85
distribution : ' adopt'
86
86
- name : Install Python
87
87
uses : actions/setup-python@v2
@@ -231,7 +231,7 @@ jobs:
231
231
if : matrix.benchmark == false
232
232
uses : actions/setup-java@v2
233
233
with :
234
- java-version : 11
234
+ java-version : 17
235
235
distribution : ' adopt'
236
236
- name : Install Python
237
237
uses : actions/setup-python@v2
Original file line number Diff line number Diff line change @@ -1069,7 +1069,7 @@ def Print( *args, **kwargs ):
1069
1069
sys .stdout .write ( 'Installing jdt.ls for Java support...' )
1070
1070
sys .stdout .flush ()
1071
1071
1072
- CheckJavaVersion ( 11 )
1072
+ CheckJavaVersion ( 17 )
1073
1073
1074
1074
TARGET = p .join ( DIR_OF_THIRD_PARTY , 'eclipse.jdt.ls' , 'target' , )
1075
1075
REPOSITORY = p .join ( TARGET , 'repository' )
You can’t perform that action at this time.
0 commit comments