sublimelsp / LSP-jdtls

Convenience package for the Eclipse JDT language server
https://packagecontrol.io/packages/LSP-jdtls
MIT License
30 stars 4 forks source link

Change lombok download URL #26

Closed MFAshby closed 2 years ago

MFAshby commented 2 years ago

Download project lombok jar from maven central instead of project lombok's own site. Project lombok site blocks requests from python's urllib.requests http client. Fixes https://github.com/sublimelsp/LSP-jdtls/issues/25

Maven central was chosen as they are a software distribution site so I expect downloads to work reasonably well.

Note this also pins the version of project lombok used. A further improvement could allow some user preference to override the selected version, as is done for jdtls server version.

tonytan4ever commented 2 years ago

Can we please get this merged? This will unblock lots of Java coders out there to adopt this sublime text package

MFAshby commented 2 years ago

Thanks @LDAP !