Use new sonar task

This commit is contained in:
Kirill Kamakin
2022-10-30 14:11:10 +01:00
parent 5549e9da3d
commit 1c57a25779
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
echo "storePassword=$MEALIENT_KEY_STORE_PASSWORD" >> keystore.properties
echo "keyAlias=$MEALIENT_KEY_ALIAS" >> keystore.properties
echo "keyPassword=$MEALIENT_KEY_PASSWORD" >> keystore.properties
./gradlew build coverageReport sonarqube uploadToAppSweepRelease --no-daemon --no-configuration-cache --no-build-cache
./gradlew build coverageReport sonar uploadToAppSweepRelease --no-daemon --no-configuration-cache --no-build-cache
cp app/build/outputs/apk/release/*.apk mealient-release.apk
- name: Upload signed APK