fkorotkov / intellij-thrift

Apache License 2.0
88 stars 75 forks source link

Goland install plugin from disk fail #125

Open ctykwz opened 2 years ago

ctykwz commented 2 years ago

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

clatisus commented 2 years ago

@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 2 years ago

Or you can download my build here: https://github.com/clatisus/intellij-thrift/releases/tag/1.11.2