fkorotkov/intellij-thrift

Goland install plugin from disk fail

ctykwz opened this issue · 2 comments

Fail to load plugin descriptor from file intellij-thrift-1.11.0.zip

@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