Yes, it was a matter of corretly defnining dependencies of my task. I added a dependency to a Gradle configuration and it worked magically! Defining task inputs was not enough.
-> dependsOn project.configurations.myCustomConfiguration
Yes, it was a matter of corretly defnining dependencies of my task. I added a dependency to a Gradle configuration and it worked magically! Defining task inputs was not enough.
-> dependsOn project.configurations.myCustomConfiguration