zoom-us-community / jitpack-zoom-us

1 stars 4 forks source link

mobilertc.aar missing in jitpack for version 5.15.12.10095 #4

Open wilkinson4 opened 11 months ago

wilkinson4 commented 11 months ago

https://www.jitpack.io/com/github/zoom-us-community/jitpack-zoom-us/mobilertc/5.15.12.10095/

WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plug
in 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation
=true in the `gradle.properties` file or use the new publishing DSL.
5 actionable tasks: 5 up-to-date

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':react-native-zoom-us:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':react-native-zoom-us:debugCompileClasspath'.
   > Could not find com.github.zoom-us-community:jitpack-zoom-us:mobilertc.
     Required by:
         project :react-native-zoom-us
   > Could not find com.github.zoom-us-community:jitpack-zoom-us:mobilertc.
     Required by:
         project :react-native-zoom-us
mieszko4 commented 10 months ago

JitPack seems to be loosing files after some time :( Looks like it does it after removing them from the repo. In their FAQ they say that they will will continue serving the existing artifacts but it does not seem to be true:

What happens if a tag or repository is deleted on GitHub?

If the project was already built then JitPack will continue serving the existing artifacts. It will not rebuild the project at the new tag. In case you need to redo a release the best option is to create a new version on GitHub.

I remove them from the repo from time to time because GitHub only gives 1GB of free storage.

Perhaps there is a better alternative to JitPack...

Anyway, zoom-us-community/jitpack-zoom-us was meant to be used for react-native-zoom-us and we do not use 5.15.12.10095 there. I guess it is fine to not revive this version since we have newer one 5.16.10 which seems to work well on JitPack.

Related JitPack issue https://github.com/jitpack/jitpack.io/issues/3295

mieszko4 commented 10 months ago

I remove them from the repo from time to time because GitHub only gives 1GB of free storage.

Actually, removing does not seem to be related because 5.16.5.17050 was not removed and is also broken (missing .aar). Maybe they fetch it from time to time and it happened that GitHub repo hit the limit when they tried last time.

mieszko4 commented 10 months ago

For now I removed versions that do not satisfy minimum version policy (https://github.com/zoom-us-community/jitpack-zoom-us/commit/67d31fb0387a5d3602cb80dd596754539a714bfc) and marked broken versions (https://github.com/zoom-us-community/jitpack-zoom-us/commit/32f0b72321b726f6de8f35b366c08d6fd3e5b02e)