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

Is Jitpack compatible with Gradle Kotlin?

I've been trying my very hardest to get my code on jitpack but am having some issues, I fixed a handful of the initial errors I was getting but am unsure what to do about this one…
Dave
  • 11
  • 1
1
vote
0 answers

Install submodule using jitpack

I'm using Nordic's Android DFU package in my project, but it has a bug. I found there is a fork that fix that bug but I'm having trouble installing the packing using jitpack.io Link to the fix:…
catcon
  • 1,295
  • 1
  • 9
  • 18
1
vote
0 answers

maven deploy-file with links to dependencies

As jitpack.io has been down for almost two days now, I am trying to migrate the jars to different repository. I took the local jars of the required libraries and deployed them with mvn deployfile: mvn deploy:deploy-file \ …
Vojtěch
  • 11,312
  • 31
  • 103
  • 173
1
vote
0 answers

Adding a Github release to my maven pom.xml file

I need to add the following GitHub project as a dependency in my pom.xml: https://github.com/loomchild/maligna This project defines two maven modules: maligna and maligna-ui and I need both. Unfortunately, it seems only the first module (maligna) is…
Alain Désilets
  • 509
  • 5
  • 11
1
vote
0 answers

Jitpack Received status code 401 from server: Unauthorized

Issue: Receiving error 401 while resolving dependency of a private repo although my subscription status is Active. It used to build and work properly before, but started returning this error recently. I cannot access the Log report on the repo…
M. Arabi Hasan Sakib
  • 2,626
  • 2
  • 13
  • 20
1
vote
0 answers

Android Jitpack Private Repo Authorisation

I am trying to add a library hosted on private repo through JitPack. I authorised JitPack with my Github account which is under my company(organisation) as following and it is working fine. Add the token to…
Kara
  • 36
  • 1
  • 7
1
vote
1 answer

Intellij cannot locate library dependency from jitpack

I started a basic intellij plugin in intellij IDEA and added this dependency to my gradle.build as per the jitpack directions: https://github.com/ballerina-platform/lsp4intellij https://jitpack.io/#ballerina-platform/lsp4intellij plugins { id…
1
vote
0 answers

Maven is adding a folder to a dependency URL and failing to download- jsonld-java - on move to windows

I've been chasing a strange problem when moving https://github.com/ehrbase/fhir-bridge/blob/develop/pom.xml from a mac environment in VSCode to a Windows environment behind a firewall. After adding certs, Maven is able to download all dependencies,…
Kolleyk
  • 23
  • 5
1
vote
0 answers

Maven + Jitpack Dependency Missing Artifact

Having some trouble with a Maven project I'm making. I recently found a library I want to use distributed through Jitpack; I've never heard of it, but it seemed fairly simple to add a Maven dependency with it, so I followed the example to get a…
Gumpf
  • 197
  • 7
1
vote
2 answers

Skip publication signing if signing properties are not defined

I have forked an android library on github, applied some fixes to it and now would like to get a snapshot version as a dependency to my own project, but the build task in jitpack.io fails * What went wrong: Execution failed for task…
yaugenka
  • 2,602
  • 2
  • 22
  • 41
1
vote
1 answer

Android gradle fails to resolve jitpack snapshot build dependency

I had a GitHub project forked and some fixes applied to it. Now would like to use it as dependency in a project of mine. Have followed the instructions provided at jitpack.io but gradle build fails to find it. build.gradle (all projects) allprojects…
yaugenka
  • 2,602
  • 2
  • 22
  • 41
1
vote
2 answers

I forked a project and imported it, but I cannot use it

I'm very new to GitHub, so maybe it's something obvious, but I followed all the steps of many many websites (also the SO questions of course), but it doesn't work. I need to change up this GitHub project. (Which is actually a fork of this…
mathematics-and-caffeine
  • 1,664
  • 2
  • 15
  • 19
1
vote
1 answer

Can't use Jitpack dependencies

Trying to use ImagePicker from Jitpack however it won't import into my code even after following the adding dependency steps. settings.gradle dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories…
TavianT
  • 55
  • 6
1
vote
0 answers

ERROR: No build artifacts found when tried to build my gradle project on jitpack

I'm getting error when I tried to build and release on JitPack My build.gradle.kts Build log Build failed with message "ERROR: No build artifacts found". How can I fix this? Thank you for answer!
alvin0319
  • 31
  • 1
  • 1
  • 3
1
vote
0 answers

after removed WorkerManager in new build app geting crash

getting crash after removed extends to Worker class in new build Fatal Exception: java.lang.ClassCastException: class org.MyWorker cannot be cast to androidx.work.ListenableWorker i changed to public class Mywoker extends Worker {} to public…
Mohd Qasim
  • 896
  • 9
  • 20