This message was deleted.
# general
s
This message was deleted.
p
I downloaded https://github.com/fkorotkov/intellij-thrift.git and the commands below work: ./gradlew: thrift: buildPlugin ./gradlew: thrift: runIde I would like to generate my "intellij-thrift.jar" file to put it in the IntelliJ Idea plugin. This will allow me not to launch a 2nd Intellij window by doing "./gradlew: thrift: runIde" but to directly use this plugin in JAR or ZIP. I failed to generate this file. Here is the file structure and the build script. I don't know if that helped you? Thank you for your help.
Thank you for your reply. As I understand it, buildPlugin is the build script. I can't find this buildPlugin file. Maybe, you mean this build.gradle file (see attached). I would like to create modify the buildPlugin file to build a zip. As I don't know Gradle well, could you tell me if this modification is easy or not? Could you tell me one of the easy websites (beginner level) that will allow me to modify this buildPlugin correctly? Thanks for your help