Files
compose-multiplatform/compose/scripts/publishExtendedIconsToMavenLocal
Igor Demin 598a74d03b Remove configuration scripts (#2259)
Because this configuration is done on androidx repo level now
2022-08-23 17:09:19 +02:00

8 lines
161 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")"
pushd ..
./gradlew publishComposeJbExtendedIconsToMavenLocal $COMPOSE_DEFAULT_GRADLE_ARGS --max-workers=1 "$@" || exit 1
popd