-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue when building with Github Actions #27
Comments
Hi Johannes, in the past I was relying on Jitpack, somewhere like more than a year ago I dropped it because of multiple limitation and issues (like rewriting on its own the POMs). In addition, I saw, in more recent times, it started going offline from time to time. I have no idea if it also started deleting older packages, but I'd guess your issue has definitely something to do with Jitpack. Can you refresh the dependencies? |
I still have the issue.
|
The strange is that locally on my own machine I have no issue. Is only on github actions it appear, and not allow to build the project, and it only started to appear lately. HAven't had the problem until a few days ago. |
Btw, my build.gradle looks like this |
Try it on maven central (#35):
|
I changed it to that address, but now I get this error
|
Can you try it with |
Hi.
I have an android app where I have a module where your library has been used for a long time.
However, lately the build started broken, but just on github actions. The build server is complaining about this:
Could not find com.github.kotlin-graphics:kotlin-unsigned:fe71d56d019682d0ebdafd5486f589dfce87d2b2. Required by: project :library-weather-visualization > com.github.kotlin-graphics:glm:0.10
Any clue about how to make it work? Could it be that github change of SSH key is the problem here?
The text was updated successfully, but these errors were encountered: