Skip to content

Commit

Permalink
Merge pull request #1774 from bstaletic/jdt-downgrade
Browse files Browse the repository at this point in the history
[READY] Downgrade JDT to version 1.40.0
  • Loading branch information
mergify[bot] authored Dec 14, 2024
2 parents dab4ad4 + 23a7e89 commit a51329a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ def Exit( self ):
)$
"""

JDTLS_MILESTONE = '1.42.0'
JDTLS_BUILD_STAMP = '202411281516'
JDTLS_MILESTONE = '1.40.0'
JDTLS_BUILD_STAMP = '202409261450'
JDTLS_SHA256 = (
'75d26dc03f886c089958a668dc8baede1a559a6e83bf12c96070a4ee199dc58e'
'7416fc62befa450e32f06ec2b503f2eec5f22f0b1cc12f7b8ee5112bf671cf11'
)

DEFAULT_RUST_TOOLCHAIN = 'nightly-2024-12-12'
Expand Down

0 comments on commit a51329a

Please sign in to comment.