jitpack-io on master
Update PRIVATE.md (compare)
Error:Could not resolve all files for configuration ':app:debugCompileClasspath'.
Could not find Android-SpinKit.aar (com.github.ybq:Android-SpinKit:1.1.0).
Searched in the following locations:
https://jitpack.io/com/github/ybq/Android-SpinKit/1.1.0/Android-SpinKit-1.1.0.aar
@jitpack-io SUBSCRIPTION NOT ACTIVE (plot twist: it IS active)
Link to build log from https://jitpack.io
https://jitpack.io/com/rm-apps-gitlab/git/Apps/Mobile.Android.Launcher.Core/1.1.38/build.log
Does the project build on your machine with the same commands (e.g. ./gradlew install) ?
No
What error are you seeing?
Could not GET 'https://jitpack.io/com/rm-apps-gitlab/git/Apps/Mobile.Android.Launcher.Core/1.1.38/Mobile.Android.Launcher.Core-1.1.38.pom'. Received status code 403 from server: Forbidden
I have written an email. I have posted in this Issues section. I have posted in "Ask" chat room.
I HAVE NOT RECEIVED ONE BIT OF SUPPORT. This is a bad business model. If my team's issue isn't resolved shortly, we will take out business elsewhere and be very vocal about it.
Link to build log from https://jitpack.io
https://jitpack.io/com/rm-apps-gitlab/git/Apps/Mobile.Android.Launcher.Core/1.1.38/build.log
Does the project build on your machine with the same commands (e.g. ./gradlew install) ?
No
What error are you seeing?
Could not GET 'https://jitpack.io/com/rm-apps-gitlab/git/Apps/Mobile.Android.Launcher.Core/1.1.38/Mobile.Android.Launcher.Core-1.1.38.pom'. Received status code 403 from server: Forbidden
I'm trying to use Maven deploy, this is the relevant part:
<distributionManagement>
<repository>
<id>jitpack.io</id>
<name>Jitpack artifact Repository</name>
<url>https://jitpack.io</url>
</repository>
</distributionManagement>
but it fails with an strange error: "Failed to deploy artifacts: Could not find artifact com.codecool:protos:jar:1.0 in jitpack.io (https://jitpack.io)"
Hi. The following seems to be a corrupted file that is ending up in our nexus repo:
https://jitpack.io/com/github/cloudhopper/ch-commons-util/maven-metadata.xml
I started a new Individual subscription today. However, my project fails with the following error:
CONFIGURE FAILED in 30s
Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.
Could not determine artifacts for com.github.LearnWithHomer:Analytics-Android:0.1.0-alpha07
Could not get resource 'https://www.jitpack.io/com/github/LearnWithHomer/Analytics-Android/0.1.0-alpha07/Analytics-Android-0.1.0-alpha07.aar'.
Could not HEAD 'https://www.jitpack.io/com/github/LearnWithHomer/Analytics-Android/0.1.0-alpha07/Analytics-Android-0.1.0-alpha07.aar'. Received status code 401 from server: Unauthorized
Any insight is appreciated?
Gradle is not retrieving the latest version of my library if I use:
"com.codewif:codewif:1.+"
Gradle downloads 1.0.0
The latest version is 1.0.4
If I specify that version it gets downloaded.
I deleted all my previous releases on Github. So only one version exists and only one shows up in Jitpack (1.0.4). So why is Jitpack delivering 1.0.0 when 1.+ is specified? I also deleted the cached versions on my computer that Gradle downloads and invalidated Android Studio's cache. But this did not help.
Hello,
i use for the licenses the tool https://developers.google.com/android/guides/opensource for Android development. If I have dependencies on https://jitpack.io/, I get the following license tag in the POM file:
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://api.github.com/licenses/apache-2.0</url>
<distribution/repo/distribution
</license>
</licenses>
Unfortunately the link does not go to the corresponding github-repo like https://github.com/docpitz/myTTR/blob/master/LICENSE but to a JSON file. Is there any way to change this?