We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685eca5 commit f17accfCopy full SHA for f17accf
.github/workflows/upgrade.yml
@@ -16,8 +16,6 @@ jobs:
16
17
- name: Setup Tools
18
uses: ./.github/actions/setup-tools
19
- with:
20
- skip-install-on-cache-hit: 'false'
21
22
- name: Verify Java version
23
run: java -version
@@ -28,4 +26,8 @@ jobs:
28
26
29
27
- name: Run Capacitor Plugin Migration
30
working-directory: plugin
31
- run: npx @capacitor/plugin-migration-v6-to-v7@latest
+ run: npx @capacitor/plugin-migration-v6-to-v7@latest
+
+ - name: Build Android
32
+ working-directory: plugin/android
33
+ run: ./gradlew clean build
0 commit comments