File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8181 if : matrix.benchmark == false
8282 uses : actions/setup-java@v4
8383 with :
84- java-version : 17
84+ java-version : 21
8585 distribution : ' adopt'
8686
8787 - name : Install Python
@@ -243,7 +243,7 @@ jobs:
243243 # if: matrix.benchmark == false
244244 # uses: actions/setup-java@v4
245245 # with:
246- # java-version: 17
246+ # java-version: 21
247247 # distribution: 'temurin'
248248 # - name: Install Python
249249 # uses: actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ def Exit( self ):
8989 )$
9090"""
9191
92- JDTLS_MILESTONE = '1.40 .0'
93- JDTLS_BUILD_STAMP = '202409261450 '
92+ JDTLS_MILESTONE = '1.51 .0'
93+ JDTLS_BUILD_STAMP = '202510022025 '
9494JDTLS_SHA256 = (
95- '7416fc62befa450e32f06ec2b503f2eec5f22f0b1cc12f7b8ee5112bf671cf11 '
95+ '8a59372117881bf5bdc0220f2254472846b88137c058f344b00a7d41427745a1 '
9696)
9797
9898DEFAULT_RUST_TOOLCHAIN = 'nightly-2024-12-12'
You can’t perform that action at this time.
0 commit comments