Hello everyone!! I’m trying to create a task that ...
# gradle
v
Hello everyone!! I’m trying to create a task that asserts that all my subprojects are following the module dependency conventions (e.g a module
feature-x
cant depend on other
feature
module). I was able to do it using the
afterEvaluate{}
. But I was wondering if there is a way to create a task that does that, so a could cache de output, if the project files dint change, but I wasn’t able to find a way to inject the dependencies of a project in the task. Is it possible to do it ?
m
You'll probably have more luck in the Gradle community slack https://gradle.org/slack-invite
e