Add support for loading server outside plugin jar and gradleize

When the server jar is inside classpath the final packaged plugin cause
the server jar to be packaged inside the plugin jar which cause it to
fail. Now the server jar is packed outside with the support of gradle.

Signed-off-by: gayanper <gayanper@gmail.com>
This commit is contained in:
gayanper
2019-03-23 10:14:00 +05:30
parent ab2d26ce48
commit 6d5f997f96
6 changed files with 310 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
/resources/server/language-server.jar
/server/language-server.jar
/.idea
*.iml
*.zip
/gradle/