We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029a3f8 commit 58dd4e4Copy full SHA for 58dd4e4
.github/workflows/check-studio-compatibility.yml
@@ -34,5 +34,5 @@ jobs:
34
STUDIO_VERSION: ${{ steps.fetch-studio-version.outputs.STUDIO_VERSION }}
35
run: |
36
echo "Building with Android Studio Canary version: $STUDIO_VERSION"
37
- ./gradlew build -PideVersion=$STUDIO_VERSION
+ ./gradlew build -PideVersion=$STUDIO_VERSION --no-configuration-cache
38
0 commit comments