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
0
votes
1 answer

Maven with Url Argument Not Allowed in build.gradle repositories

I'm trying to include a jitpack library in my kotlin project via Maven, but the syntax i'm told to follow in the docs to include it in my project doesn't work. Specifically, when I try to add maven() in my project-level gradle file: repositories { …
Cody
  • 1,801
  • 3
  • 28
  • 53
0
votes
2 answers

ERROR: No build artifacts found - Android studio (4.1)

Actually, I'm trying to create a dependency in android and I'm receiving like No build artifacts found and this is my gradle screenshot: and this is log receiving from jitpack.io This is log error Help me to create dependency. I'm using android…
zinonX
  • 330
  • 2
  • 20
0
votes
2 answers

How to stop fragment from popping all the way back to the root fragment ? [Navigation Component]

I have a side drawer made out of Navigation Component and when I navigate to a fragment with in a fragment and press back it pops the entire stack up to the root fragment. Let me explain. I navigate from Root fragment to Fragment A (Both of these…
0
votes
1 answer

Error - The container 'Maven Dependencies' references non existing library

I'm doing an assignment that makes use of jitpack and maven but I'm struggling to get jitpack to work at all. I'm not sure what I'm doing wrong so any advice would be greatly helpful. So the error I'm getting is; Missing artifact…
0
votes
1 answer

Android Custom Library Module BindingAdapter Attribute Not Recognized

So I just learned how to publish my own library (just some utility functions) through Github and JitPack, here is my code: https://github.com/xht418/Util-Kotlin/tree/main/utlikotlin/src/main/java/com/example/utlikotlin My problem is, the…
0
votes
1 answer

Failed to publish Kotlin Library to Jitpack

I created an Kotlin library that uses Apollo as its GraphQL client. I am trying to publish it to Jitpack. I run ./gradlew install command but the build fails: Could not publish configuration 'archives' Cannot publish artifact 'metadata.json'…
Valentin
  • 43
  • 4
0
votes
1 answer

POM for my own repo is missing, no dependency information available

I am currently learning software development and working on an assignment based on using a release from one project in another using jitpack. The first project, which I want to add as a dependency in my second, simply has three classes and a JUnit…
Mohamed Moustafa
  • 377
  • 4
  • 18
0
votes
1 answer

Unable to get all the sub projects using JitPack

I am unable to load all the sub projects of this project: https://github.com/dankito/RichTextEditor or the from the fork of same https://github.com/tangentq-admin/RichTextEditor Ideally it should…
Admin TQ
  • 11
  • 3
0
votes
1 answer

How do I not refresh the list when we use navigation?

I use Android jitpack navigation in the project. In the first fragment, I show the list in recyclerview. When I click on the item, I show the second fragment. But when I go back to the first fragment, recyclerview refreshes the old list. How do I…
0
votes
1 answer

Could not find artifact in jitpack.io, almost all dependencies in pom broken

I cannot seem to resolve dependencies in my POM. This project was working for me earlier this morning and is currently working on another machine, but somehow now my project is so borked that all my dependencies are broken, all my imports and most…
Pix81
  • 585
  • 3
  • 15
  • 33
0
votes
1 answer

Java JNI build in Gradle Jitpack project

I am struggling with using native JNI code in an open source Java Project. I have been able to cobble together a working build.gradle using the gradle model, components and toolChains for native builds, but I can't get it to build for multiple…
David
  • 1,391
  • 11
  • 22
0
votes
0 answers

Getting newly published package from JitPack fails

I'm trying to publish my java library to JitPack using the maven-publish plugin in Gradle. I have done all that the docs have said, and JitPack says publishing was a success, but it seems like I cannot install my library, even if I just copy and…
0
votes
1 answer

How to distribute android sdk publically?

I have build SDK with android modules(aar). How to distribute SDK publically. i.e I want to download this via Gradle build without giving credential example implementation 'com.squareup.dagger:dagger:1.2.2'
Arul
  • 1,031
  • 13
  • 23
0
votes
1 answer

Create a Gradle setup to publish dependency with source code on Jitpack ? (Gradle 5.6.2)

I want to publish a small library and I have a hard time to finde a solution to publish my sources alongside the dependency on jitpack.io . The class files are available but nothing else. This is my Gradle file: plugins { id 'java-library' …
Luxusproblem
  • 1,913
  • 11
  • 23
0
votes
1 answer

Where do I find the correct version number for a GitHub release using JitPack?

I am deploying a library through GitHub and I am using JitPack to use the library in a Maven dependency. In GitHub, I entered "2.0" as the tag. When I lookup my library on jitpack.io, In indeed see version 2.0 listed. According to JitPack, I need to…
MWB
  • 1,830
  • 1
  • 17
  • 38