Skip to content

Commit

Permalink
ci: revert maven wrapper workaround for CI/Windows check (#2337)
Browse files Browse the repository at this point in the history
This reverts commit 8f1b4c9.
  • Loading branch information
emmileaf authored Jul 11, 2023
1 parent 782e818 commit 28c6bf8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,11 @@ jobs:
- name: Install google-play-services artifact
shell: bash
run: |
mvn -v
mvn wrapper:wrapper -Dmaven=3.8.7
mkdir play-services
cd play-services
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
unzip play-services-basement-8.3.0.aar
../mvnw.cmd -v
../mvnw.cmd install:install-file \
mvn install:install-file \
-Dfile=classes.jar \
-DgroupId=com.google.android.google-play-services \
-DartifactId=google-play-services \
Expand Down

0 comments on commit 28c6bf8

Please sign in to comment.