Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 20645

Gradle composite build task order seems wrong (Gradle 5.6.2)

$
0
0

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


Viewing all articles
Browse latest Browse all 20645

Trending Articles