bypasses
bypasses copied to clipboard
Downloading Bypasses Maven Android Artifact Build Failure
If anyone maintaining this repo is out there today... 🙏
- bypasses Android Maven artifact v1.1.0 build fails as mentioned in the logs here (https://jitpack.io/com/github/Commit451/bypasses/1.1.0/build.log)
- Jitpack page: https://jitpack.io/#Commit451/bypasses
- Failing both locally and our CI (Circle) when downloading the artifact as mentioned below:
- Locally from Gradle commands like:
> Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not find com.github.Commit451:bypasses:1.1.0.
Required by:
project :app
- From Circle CI:
* What went wrong:
Execution failed for task ':app:preDebugBuild'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Could not find bypasses.aar (com.github.Commit451:bypasses:1.1.0).
Searched in the following locations:
https://jitpack.io/com/github/Commit451/bypasses/1.1.0/bypasses-1.1.0.aar
For now, I've decided to use the previous version of this library (v1.0.4) as that's the last successful build on the Jitpack repo. But regardless, just throwing the fact that v1.1.0 still built unsuccessfully the last time it ran
Thanks for the callout, I'll look into this