I am in the process of convincing my colleagues to use gradle and gradle-gae-plugin in order to build & test our GAE project.
Today I noticed that there are hands on stuff to do in Eclipse in order to support "Datastore callbacks".
Se https://developers.google.com/appengine/docs/java/datastore/callbacks#Using_Callbacks_With_Eclipse
How does this work with gradle-gae-plugin?
a) By magic? b) Not at all! c) I have to do something?