Skip to content

Commit 7ce0b06

Browse files
committed
Use gihub to get lombok to avoid 403 error
1 parent 2e02023 commit 7ce0b06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

run_tests.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,9 @@ def SetUpJavaCompleter():
354354
CACHE = p.join( LOMBOR_DIR, 'cache' )
355355

356356
jar_name = f'lombok-{ LOMBOK_VERSION }.jar'
357-
url = f'https://projectlombok.org/downloads/{ jar_name }'
358-
357+
url = (
358+
f'https://github.com/ycm-core/llvm/releases/download/14.0.5/{ jar_name }'
359+
)
359360
file_name = p.join( CACHE, jar_name )
360361

361362
if not p.exists( CACHE ):

0 commit comments

Comments
 (0)