Goland install plugin from disk fail
ctykwz opened this issue · 2 comments
ctykwz commented
Fail to load plugin descriptor from file intellij-thrift-1.11.0.zip
clatisus commented
@ctykwz You should build from source, intellij-thrift-1.11.0.zip
is a zip containing source codes, you need a zip that contains jars.
My approach:
export JAVA_HOME=`/usr/libexec/java_home -v 11`
./gradlew :thrift:buildPlugin
then you can find the thrift.zip
under thrift/build/distributions
folder
clatisus commented
Or you can download my build here: https://github.com/clatisus/intellij-thrift/releases/tag/1.11.2