Commit f9be7fd
authored
Build android-sdk-compose locally in the publish workflow (#2)
The provider resolves `com.mapconductor:compose` by coordinate in a standalone
build, and `compose` itself depends on `core`. The workflow only cloned
`android-sdk-core`, so dependency resolution fails: `compose` is on neither
Maven Central nor the runner's mavenLocal.
Clone and locally publish `android-sdk-compose` as well, after core and after
mavenLocal is enabled. The workflow predates the Compose layer being split out.1 parent 9a8ef45 commit f9be7fd
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
48 | 58 | | |
49 | 59 | | |
50 | 60 | | |
| |||
0 commit comments