We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e02023 commit 7ce0b06Copy full SHA for 7ce0b06
run_tests.py
@@ -354,8 +354,9 @@ def SetUpJavaCompleter():
354
CACHE = p.join( LOMBOR_DIR, 'cache' )
355
356
jar_name = f'lombok-{ LOMBOK_VERSION }.jar'
357
- url = f'https://projectlombok.org/downloads/{ jar_name }'
358
-
+ url = (
+ f'https://github.com/ycm-core/llvm/releases/download/14.0.5/{ jar_name }'
359
+ )
360
file_name = p.join( CACHE, jar_name )
361
362
if not p.exists( CACHE ):
0 commit comments