Skip to content

Commit

Permalink
Add compose:material:material-icons-extended (jvm targets) to mavenLo…
Browse files Browse the repository at this point in the history
…cal (#2501)
  • Loading branch information
dima-avdeev-jb authored Nov 25, 2022
1 parent e8786ea commit a052086
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,14 @@ Run native macos sample:
```bash
export COMPOSE_CUSTOM_VERSION=0.0.0-custom-version &&\
./scripts/publishToMavenLocal -Pcompose.platforms=all &&\
./scripts/publishGradlePluginToMavenLocal &&\
./scripts/publishComponentsToMavenLocal &&\
./scripts/publishWebComponentsToMavenLocal
./scripts/publishGradlePluginToMavenLocal
```
`-Pcompose.platforms=all` could be replace with comma-separated list of platforms, such as `js,jvm,androidDebug,androidRelease,macosx64,uikit`.

## Publish additional libraries to mavenLocal
```bash
export COMPOSE_CUSTOM_VERSION=0.0.0-custom-version &&\
./scripts/publishWebComponentsToMavenLocal &&\
./scripts/publishExtendedIconsToMavenLocal -Pcompose.platforms=all &&\
./scripts/publishComponentsToMavenLocal
```

0 comments on commit a052086

Please sign in to comment.