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.
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.