Commit d3d2157
committed
Add failing test for JavaSourceSet#gavFromPath on TypeTable jar paths
After #7528 TypeTable now materializes artifacts as jars at
~/.rewrite/classpath/.tt/<group>/<artifact>/<version>/<artifact>-<version>.jar
instead of as a classes directory. JavaSourceSet#gavFromPath was written
against the older directory layout and now produces a malformed GAV for
the jar layout, breaking recipes that key off JavaSourceSet#getGavToTypes.1 parent 9337667 commit d3d2157
1 file changed
Lines changed: 25 additions & 0 deletions
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
74 | 99 | | |
0 commit comments