-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jitci failing with gradle 7.1 due to local cache using http #21
Comments
@akoehn Did you find a workaround? I have the same issue with JitPack but can't find a way to circumvent it in my https://jitpack.io/com/github/readium/r2-navigator-kotlin/upgrade-gradle-2.0.0-g8d72a08-22/build.log
|
I "solved" it by disabling JitCI altogether: Settings > Stop building button at the bottom. With this the JitPack build is successful. We're using GitHub actions for our CI and were not really using JitCI. |
Unchecking |
Gradle started requiring https connections for maven repositories; jitci uses http://cache without marking it as an allowed insecure repository.
The log states:
Example: https://jitci.com/gh/minecraft-saar/minecraft-nlg/119
The text was updated successfully, but these errors were encountered: