Gradle / subprojects / composite-builds / src / integTest / ... / org / gradle / integtests / composite
CompositeBuildTaskDependencyIntegrationTest.groovy
![]() |
![]() |
1320c33Ensure exact task name is supplied for included build task reference
We were incidentally permitting the shorthand notation when creating an included build task reference. With recent changes, this no longer works because the task requested doesn't match the task executed. This commit removes the ability to provide a partially-matched task name for an included build task reference. This also fixes an integration test that accidentally relied on partial-name matching, thus exposing the changed behaviour. 6c57292Use a separate delegating task reference per task per included build
|
![]() |
Got a suggestion or an issue?
Discuss it on the Atlassian Community or
visit Atlassian Support for other options.