Skip to content

Commit 28c6bf8

Browse files
authored
ci: revert maven wrapper workaround for CI/Windows check (#2337)
This reverts commit 8f1b4c9.
1 parent 782e818 commit 28c6bf8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,11 @@ jobs:
3535
- name: Install google-play-services artifact
3636
shell: bash
3737
run: |
38-
mvn -v
39-
mvn wrapper:wrapper -Dmaven=3.8.7
4038
mkdir play-services
4139
cd play-services
4240
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
4341
unzip play-services-basement-8.3.0.aar
44-
../mvnw.cmd -v
45-
../mvnw.cmd install:install-file \
42+
mvn install:install-file \
4643
-Dfile=classes.jar \
4744
-DgroupId=com.google.android.google-play-services \
4845
-DartifactId=google-play-services \

0 commit comments

Comments
 (0)