Commit ca32f2e
committed
Slightly optimize configuration resolution for ATs
When a configuration is queried for resolution, it only checks its
hierarchy for dependencies that have requested transformation instead of
searching the entire project's configuration set.
Note: This performance enhancement does not affect the configuration
cache.1 parent 9e40b6d commit ca32f2e
File tree
1 file changed
+4
-2
lines changed- at-gradle/src/main/java/net/minecraftforge/accesstransformers/gradle
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | | - | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments