Browse Source

Add compose:material:material-icons-extended (jvm targets) to mavenLocal (#2501)

pull/2508/head
dima.avdeev 2 years ago committed by GitHub
parent
commit
a052086022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      compose/README.md

11
compose/README.md

@ -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
```

Loading…
Cancel
Save