Commit 1dfc56d
committed
Fix implicit dependency on generatePomProperties from sourcesJar
sourcesJar includes main.resources srcDirs (including pomPropertiesDir)
but had no dependency on generatePomProperties. Add explicit
dependsOn(pomPropertiesFileTree) consistent with the processResources
wiring.1 parent 32cc790 commit 1dfc56d
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
0 commit comments