remove delegate from pure publish script

This commit is contained in:
Ugljesa Jovanovic 2020-08-09 17:32:58 +02:00 committed by Ugljesa Jovanovic
parent 222fef00e3
commit bbe2e8429f
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -2,7 +2,7 @@ set -e
#!/bin/sh
#this will hopefully download all konan dependancies that we use in the build scripts
./gradlew multiplatform-crypto-api:build
./gradlew multiplatform-crypto-delegated:publishTvosArm64PublicationToSnapshotRepository \
multiplatform-crypto-delegated:publishTvosX64PublicationToSnapshotRepository
./gradlew multiplatform-crypto:publishTvosArm64PublicationToSnapshotRepository \
multiplatform-crypto:publishTvosX64PublicationToSnapshotRepository
set +e