I’m trying to get a resource for a relative direct...
# development
m
I’m trying to get a resource for a relative directory that doesn’t have a build file:
Copy code
resources(name = "data", sources = ["../../data/auto.generated/*.json"])
However, I’m getting the following warning
Unmatched glob from XX/YY 'sources' field: "XX/YY/:data"
When running the glob command from python from that folder it works