We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b195b commit 8f1b4c9Copy full SHA for 8f1b4c9
.github/workflows/ci.yaml
@@ -35,11 +35,14 @@ jobs:
35
- name: Install google-play-services artifact
36
shell: bash
37
run: |
38
+ mvn -v
39
+ mvn wrapper:wrapper -Dmaven=3.8.7
40
mkdir play-services
41
cd play-services
42
curl --output play-services-basement-8.3.0.aar https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-basement/8.3.0/play-services-basement-8.3.0.aar
43
unzip play-services-basement-8.3.0.aar
- mvn install:install-file \
44
+ ../mvnw.cmd -v
45
+ ../mvnw.cmd install:install-file \
46
-Dfile=classes.jar \
47
-DgroupId=com.google.android.google-play-services \
48
-DartifactId=google-play-services \
0 commit comments