mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 11:15:14 +00:00
Update publish-android.sh
This commit is contained in:
parent
9320adf7ef
commit
95309d5977
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ else
|
|||
printf %"s\n" "Latest native Capacitor Android library is version $CAPACITOR_PUBLISHED_VERSION, publishing to MavenCentral staging..."
|
||||
|
||||
# Build and publish
|
||||
$DIR/gradlew clean build publishReleasePublicationToSonatypeRepository --max-workers 1 -b $DIR/build.gradle -Pandroid.useAndroidX=true -Pandroid.enableJetifier=true > $LOG_OUTPUT 2>&1
|
||||
$DIR/gradlew clean build --max-workers 1 -b $DIR/build.gradle -Pandroid.useAndroidX=true -Pandroid.enableJetifier=true > $LOG_OUTPUT 2>&1
|
||||
|
||||
echo $RESULT
|
||||
|
||||
|
|
Loading…
Reference in a new issue