Commit ef03f1d
committed
Fix order-dependent assertion in CrossBuildScriptCachingIntegrationSpec
scriptsAreReused() compared scripts by list index, but isolated
projects mode does not guarantee a stable project configuration order
across builds. Match by path instead so the assertion is
order-independent.
Signed-off-by: Reinhold Degenfellner <[email protected]>1 parent fd26fd3 commit ef03f1d
1 file changed
Lines changed: 7 additions & 4 deletions
File tree
- subprojects/core/src/integTest/groovy/org/gradle/api
subprojects/core/src/integTest/groovy/org/gradle/api/CrossBuildScriptCachingIntegrationSpec.groovy
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
681 | 684 | | |
682 | 685 | | |
683 | 686 | | |
| |||
0 commit comments