This message was deleted.
# community-support
s
This message was deleted.
v
Nothing really built-in, as included builds by design should work the same whether they run standalone or within the composite build. If you can leverage symlinks, you could use those to have the same gradle properties if really all are the same. Besides that you could maybe at least add some task that you wire to
check
that verifies that the properties you want to be equal to be equal and then just have them in both files.
☝🏻 1
👍 1