Open lu4nm3 opened 8 years ago
Did you try the scrooge plugin at first? it looks like gradle is saying the reason it's running generateInterfaces is because the task type changed. I think your issue is unrelated.
Can you paste a copy of your test.idl file?
Actually, instead of just your test.idl file, would it be possible for you to tar up your entire project as is?
Also, two other things that may be useful to try:
--stacktrace
to see if that gives you more info on why the thrift command failed.
Hello. I'm trying to use the griddle plugin to generate the default Java classes that you normally get from Thrift (ie. without Scrooge). To do this I configured my build.gradle file like so:
Excuse the length build.gradle file. I'm in the process of testing out Protobuf and Avro in addition to Thrift but I thought I would provide the entire file in case there is a known compatibility issue in any of that.
Anyways, when I go to run the generateInterfaces task for gradle, I get the following output: Note: That I'm running Gradle 2.13 on IntelliJ but the command above I ran from the terminal.
Any idea what might be going on when it says that the "generateInterfaces" task changed type?