Where to place resources for custom-tasks in BuildSrc

say i have a custom-task in BuildSrc. where should i place a resource this task needs? right now i have a wsImport task which now wants a binding-file.xml

Same as a normal gradle java project…

‘buildSrc/src/main/resources’

uh, uh - sorry. obvious one.

No problem, sometimes it’s hard to see the forest for the trees :slight_smile: