This message was deleted.
# community-support
s
This message was deleted.
p
You can extract that plugin into another included build that both your build logic and production build would consume
t
Hrm, haven’t thought of that, indeed
t
Fwiw, that's what Gradle does:
build-logic-commons
is included in both
build-logic
and the root project. https://github.com/gradle/gradle/
t
Ok, I see, I originally wondered what this might be, now I am at the same point 🙂