bypasses icon indicating copy to clipboard operation
bypasses copied to clipboard

Downloading Bypasses Maven Android Artifact Build Failure

Open davenotdavid opened this issue 4 years ago • 2 comments

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

davenotdavid avatar Jan 26 '21 21:01 davenotdavid

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

davenotdavid avatar Jan 27 '21 19:01 davenotdavid

Thanks for the callout, I'll look into this

Jawnnypoo avatar Jan 27 '21 19:01 Jawnnypoo