EmmyLua / EmmyLua-LanguageServer

153 stars 28 forks source link

Can't compile with gradle #3

Closed MatanGilead closed 5 years ago

MatanGilead commented 5 years ago

Installed JDK and Gradle for this project, getting error: " What went wrong: Method com/github/jengelman/gradle/plugins/shadow/internal/DependencyFileCollection.getBuildDependencies()Lorg/gradle/api/tasks/TaskDependency; is abstract"

Is there an option to compiled jar? (for the current time I just want to run it and not develop it) thanks

tangzx commented 5 years ago

Maybe the incorrect gradle version, The version I'm using is 4.5. You also can download the jar from AppVeyor

phenix3443 commented 5 years ago

@MatanGilead you can build with java-8u192, better is use docker, do as follow: https://phenix3443.github.io/notebook/lua/emmy-lua-ls-all.html