removed code that looked up locally built fatjar in dev mode

This commit is contained in:
Martin Lippert
2019-06-13 15:11:01 +02:00
parent 3c21824763
commit 5f85d0e087
5 changed files with 33 additions and 113 deletions

View File

@@ -72,11 +72,6 @@ public class SpringBootLanguageServer extends STS4LanguageServerProcessStreamCon
}
}
@Override
protected String getLanguageServerArtifactId() {
return "spring-boot-language-server";
}
@Override
protected String getPluginId() {
return Constants.PLUGIN_ID;