-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle tasks order is not deterministic #1153
Comments
This seems to be limited to |
One idea would be to see if we can order the customizers (or their output) somehow so that more general configurations are on top of the more specific ones. In our example, the test configuration would always be below the |
While working on code and build convention integration tests, I've noticed that the outcome of the test is not deterministic as the following two snippets are generated in reverse order depending of the bean processing order:
and
There's no obvious way to order those tasks but we could order the customizers that mutate the build.
The text was updated successfully, but these errors were encountered: