Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit b28531a

Browse files
committed
Update to jdtls version 0.39
1 parent 7372efd commit b28531a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const {
1111
removeUnusedImportProvider
1212
} = actionProviders
1313

14-
const serverDownloadUrl = 'http://download.eclipse.org/jdtls/milestones/0.38.0/jdt-language-server-0.38.0-201905021936.tar.gz'
15-
const serverDownloadSize = 39046507
14+
const serverDownloadUrl = 'http://download.eclipse.org/jdtls/milestones/0.39.0/jdt-language-server-0.39.0-201905150127.tar.gz'
15+
const serverDownloadSize = 39070941
1616
const serverLauncher = '/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar'
1717
const minJavaRuntime = 1.8
1818
const bytesToMegabytes = 1024 * 1024

0 commit comments

Comments
 (0)