Skip to content

Commit eebd7ce

Browse files
committed
jdt.ls requires java 17 now
1 parent 7f992e9 commit eebd7ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: matrix.benchmark == false
8282
uses: actions/setup-java@v2
8383
with:
84-
java-version: 11
84+
java-version: 17
8585
distribution: 'adopt'
8686
- name: Install Python
8787
uses: actions/setup-python@v2
@@ -231,7 +231,7 @@ jobs:
231231
if: matrix.benchmark == false
232232
uses: actions/setup-java@v2
233233
with:
234-
java-version: 11
234+
java-version: 17
235235
distribution: 'adopt'
236236
- name: Install Python
237237
uses: actions/setup-python@v2

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ def Print( *args, **kwargs ):
10691069
sys.stdout.write( 'Installing jdt.ls for Java support...' )
10701070
sys.stdout.flush()
10711071

1072-
CheckJavaVersion( 11 )
1072+
CheckJavaVersion( 17 )
10731073

10741074
TARGET = p.join( DIR_OF_THIRD_PARTY, 'eclipse.jdt.ls', 'target', )
10751075
REPOSITORY = p.join( TARGET, 'repository' )

0 commit comments

Comments
 (0)