forked from dotnet/android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] stop using bintray URLs (dotnet#5872)
Context: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4690182&view=ms.vss-test-web.build-test-results-tab The `BuildTest.Desugar()` test is failing on CI with: System.Net.WebException : The remote server returned an error: (403) Forbidden. Even using the latest URLs here, the download gives me a login prompt in the browser: https://mvnrepository.com/artifact/com.twitter.sdk.android/twitter-core/3.3.0 https://repo.spring.io/libs-release/com/twitter/sdk/android/twitter-core/3.3.0/twitter-core-3.3.0.aar I just removed the usage of this `.aar` file in the `Desugar()` test, since there seem to be sufficient `.aar` files used in the test. I also updated a few other URLs that were using `bintray.com`, because they may eventually stop working.
- Loading branch information
1 parent
b0eb1a3
commit eac74eb
Showing
4 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters