Skip to content

Commit

Permalink
Revert Gradle download URL from local CI location back to official UR…
Browse files Browse the repository at this point in the history
…L. (#131)
  • Loading branch information
asmorkalov authored Dec 26, 2023
1 parent 1391fd7 commit 7033e55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/OCV-PR-4.x-Android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
timeout-minutes: 60
run: |
cd /home/ci/build
# revert hacked Gradle URL to the original one
sed -i 's+file\\:/opt/gradle/gradle-7.6.3-bin.zip+https\\://services.gradle.org/distributions/gradle-7.6.3-bin.zip+g' OpenCV-android-sdk/samples/gradle/wrapper/gradle-wrapper.properties
zip -r -9 -y OpenCV4Android.zip OpenCV-android-sdk
zip -r -9 -y sdk-maven-repo.zip maven_repo
cd /home/ci/build/outputs
Expand Down

0 comments on commit 7033e55

Please sign in to comment.