You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bit of background first... I am trying to generate both Java and C++ bindings and then publish the Java classes as well as the C++ source files to a Maven repository.
Or even better, move some of that complexity into the actual plugin.. At the moment the task is not available at configuration time and moving the creation of the zip task to inside the generateProtoTasks closure is even more complicated. Suggestions/workarounds welcome.
The text was updated successfully, but these errors were encountered:
As documented, we suggest not assuming the names of the generate proto tasks, thus all configurations that are related to these tasks should be done in the generateProtoTasks closure.
It's not working at current version because t.builtins is not a readable property. If the general solution sounds good to you, I can make the property readable.
A bit of background first... I am trying to generate both Java and C++ bindings and then publish the Java classes as well as the C++ source files to a Maven repository.
I currently have:
It would be nice if the zip task could discover the outputs of a builtin with a given name.. Something like:
Or even better, move some of that complexity into the actual plugin.. At the moment the task is not available at configuration time and moving the creation of the zip task to inside the generateProtoTasks closure is even more complicated. Suggestions/workarounds welcome.
The text was updated successfully, but these errors were encountered: