Commit 99d0c69
committed
fix: add explicit dependsOn for dependency
Context: This adds an explicit dependsOn on androidSourcesJar from generateMetadataFileForReleasePublication, which tells Gradle to always run androidSourcesJar first. It's placed inside afterEvaluate so the task is guaranteed to exist when the dependency is declared.1 parent 5281a9a commit 99d0c69
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
| |||
0 commit comments