Questions tagged [jitpack]

JitPack.io is an easy to use package repository for GitHub. It builds GitHub projects on demand and publishes ready-to-use packages.

jitpack.io is an easy to use package repository for JVM and Android.
JitPack builds GitHub projects on demand and provides ready-to-use packages.

240 questions
1
vote
0 answers

Handling release.keystore while uploading android library to jitpack

I was trying to publish a snapshot of a branch as a jitpack library, but during the build (initiated by jitpack) this error comes up in the logs when I click on get in the jitpack website. What went wrong: Execution failed for task…
Saurabh Kumar
  • 437
  • 1
  • 5
  • 18
1
vote
1 answer

Is there any way to download aar from maven dependencies at jitpack

Is there any way to get only aar file from dependency name online? I want to download aar file of this : https://jitpack.io/#sshadkany/Android_neumorphic
Oseamiya
  • 67
  • 9
1
vote
0 answers

Include javadocs of dependencies inside dependencies

I am working on two things: The main project and its library. I update the library regularly and use it in the main project. My library gets released on Github and I get the release through https://jitpack.io. Now I simply want to read the javadocs…
1
vote
0 answers

Problem when migrating my library from Groovy to Kotlin DSL

When I'm using groovy, there's no problem, but when I'm migrating to kotlin DSL, i have a problem. here's log from jitpack: FAILURE: Build failed with an exception. Where: Build file '/home/jitpack/build/commonFunction/build.gradle.kts' line:…
dody.ac
  • 77
  • 1
  • 4
1
vote
0 answers

Published fork of repo to jitpack but can't access it through gradle

A library I'm currently using has a crash in, and a user has fixed it but it seems like the author is inactive so it won't be merged. I took a fork of the library and pushed his fix to the fork. The fork is…
Dannys
  • 335
  • 1
  • 5
  • 12
1
vote
1 answer

creating android library on jitpack error

I am following tutorial: https://medium.com/@anujguptawork/how-to-create-your-own-android-library-and-publish-it-750e0f7481bf to create android library. Everything works fine, but when I go to Jitpack, script under "LOG" has red color. This means…
Kratos
  • 681
  • 1
  • 13
  • 30
1
vote
1 answer

Could not find colorpicker-0.0.13.aar (com.github.QuadFlask:colorpicker:0.0.13)

Execution failed for task ':app:checkDebugAarMetadata'. Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find colorpicker-0.0.13.aar (com.github.QuadFlask:colorpicker:0.0.13). Searched in the following…
1
vote
1 answer

gradle sporadically times out fetching jar from JitPack

My project builds with gradle and has some dependencies which are on JitPack. Occasionally, builds fail due to a timeout when fetching the jar from JitPack: > Task :preDebugBuild FAILED FAILURE: Build failed with an exception. * What went…
user149408
  • 5,385
  • 4
  • 33
  • 69
1
vote
1 answer

JitPack build failed with ERROR: Time-out getting container status

I am trying to deploy some of my jar libraries through JitPack. So far I am still testing things out, thus version codes are dev-SNAPSHOT or master-SNAPSHOT for the libraries. For most libraries this seems to work well (at least as far as fetching…
user149408
  • 5,385
  • 4
  • 33
  • 69
1
vote
0 answers

Keeping jar version numbers in sync between JitPack and other repositories

I maintain a few Java library projects on GitLab, which I currently build with a GitLab CI workflow and deploy to a GitLab Maven repository. Now I would like to make them available via JitPack while keeping the GitLab Maven repo for a…
user149408
  • 5,385
  • 4
  • 33
  • 69
1
vote
1 answer

JitPack.io does not pull up the library! Why?

I have an old 12 year old project that I want to redo. I added Gradle to the project. Now I need to add a library from GitHub to the project (using Gradle), and I saw such a thing as JitPack. I configured and ran everything, but the library still…
Artur Vartanyan
  • 589
  • 3
  • 10
  • 35
1
vote
1 answer

Importing from Maven or Jcenter fails (Jitpack works)

I've a lint lib that fails to import throwing: > Failed to resolve: AndroidStyling-LintRules:checks:unspecified > Affected Modules: app So I tested running ./gradlew publishToMavenLocal and this was thrown: * What went wrong: Execution failed for…
GuilhE
  • 11,591
  • 16
  • 75
  • 116
1
vote
0 answers

Maven/Jitpack Multi-Module project permission denied

I have set up a multi-module project Here. It looks like the sample multi-module project from Jitpack. However, I cannot download single modules via maven, only the whole project. In other words, this works
Schottky
  • 1,549
  • 1
  • 4
  • 19
1
vote
2 answers

Not able to upload android library to JitPack.io. Failed to apply plugin [id 'com.android.internal.version-check']

I have made an android library and uploaded to Github. (https://github.com/Shekhar23/TxtLogSdk) Now I want to add to jitpack.io. But I get an error! How can I upload to jitpack.io? Build log :…
shekhar pande
  • 1,172
  • 1
  • 11
  • 21
1
vote
1 answer

How do I run Kotlin libraries ( distributed via JitPack ) in a Java file?

I have developed a library Text2Summary for Android which is written using Kotlin. I am distributing this library using JitPack and the building process goes perfectly fine. Now, in a Kotlin-enabled Android project, I am able to import the classes…
Shubham Panchal
  • 4,061
  • 2
  • 11
  • 36