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
2
votes
0 answers

Jitpack with Gitlab public repository gives No read access to repo error

I can't seem to figure out how to publish my Android library to Jitpack using a public Gitlab repo. I've followed every tutorial and stack overflow example I could find, but nothing seems to work. My public repo is here…
mikedave
  • 340
  • 2
  • 7
2
votes
0 answers

getting ERROR: No build artifacts found while publish the android library to jitpack.io

I have created a library and published it on jitpack.io but there is some issue not able to figure it out. Here is my build.gradle file apply plugin: 'com.android.library' apply plugin: 'kotlin-android' apply plugin:…
pandey_shubham
  • 423
  • 5
  • 14
2
votes
1 answer

How can I add Telosys repos as Maven dependencies?

Im trying to add telosys as a maven dependency but Im enable to do it because its not published on Maven Central. I also tried to use jitpack but it doesnt work. Is there any way to do this? Telosys Organization :…
Pedro Araujo
  • 57
  • 1
  • 7
2
votes
1 answer

Jitpack failing a build with Misconfigured Toolchain

I am trying to compile a forked repo with jitpack becaause the repo is not published to maven and has several bugfixes over its prior release that is published on maven. However, I keep getting a misconfigured toolchain error: [ERROR] Failed to…
asuprem
  • 554
  • 1
  • 5
  • 17
2
votes
2 answers

How to keep Source code for Android library?

I created a small Android library for personal use and distribute it over Jitpack. If I add it to my projects via Gradle and go to inspect the source code of an imported method, I can only see a decompiled .class file. How can I provide the…
sunilson
  • 1,449
  • 15
  • 31
2
votes
2 answers

Building an android library in Jitpack: ERROR: No build artifacts found

I've forked an Android library and merge some changes that I need https://github.com/ceessay/kdgaugeView In order to use the library in my Android project I've tried publishing it on Jitpack. The problem is after pushing changes on Github, the…
ceessay
  • 322
  • 5
  • 16
2
votes
0 answers

Android Jitpack CMake build failed

I have an android studio project the makes use of externalNativeBuild cmake { path 'src/main/jni/CMakeLists.txt' } The project build correctly and when someone else pulls the code it also work correctly. The issue I am…
2
votes
0 answers

pom.xml with Jitpack loads wrong version of dependency

I am using JitPack to share a private Github release that I manage. I have uploaded a new release version to github successfully - when I download it as jar from Github, I see the correct files. But when I use pom.xml to download it as a dependency…
Shai Givati
  • 1,106
  • 1
  • 10
  • 24
2
votes
0 answers

Jitpack builds successfuly, but jars are empty for every module

In recent release of our library we decided to add some kotlin-dsl features to our build, though for now we've added buildSrc build.gradle.kts and Dependencies.kts file containing libraries versions for easier use across all modules. The problem is…
2
votes
1 answer

What is the difference between Jetpack and Jitpack in Android?

While reading and watching videos of the android I thought jitpack and jetpack are similar things and I was pretty much confused to see a similar word with a different meaning. But I wanted to get a much clearer concept on it if anyone is willing to…
Kidus Tekeste
  • 651
  • 2
  • 10
  • 28
2
votes
0 answers

Add Action is disabled in navigation (android Studio 3.3 )?

I just started to implement navigation in my android app and add action button or the circle to drag from it, disabled in navigation design view as below, and as you can see also Set as Start Destination is also disabled, how to enable it?
Sattar
  • 2,453
  • 2
  • 33
  • 47
2
votes
2 answers

Build jitpack library with multi flavor in Android

I am using Gradle 4.1 with Gradle-Android plugin 3.0.1 on Android Studio 3.2 I have 2 flavors 'production' and 'staging' and I am unable to build my project as a library with different build variants. app build.gradle: apply plugin:…
Teresa
  • 373
  • 2
  • 8
2
votes
1 answer

Jitpack Gitlab Private Repository Trial No read access to repo

I am trying out the 14 days trial of Jitpack.io so that I can use my Android Libraries on gitlab through gradle in my production apps. So what I basically have: 2 Android apps on GitLab 2 Android Libraries on GitLab I am currently importing them by…
Karl-John Chow
  • 775
  • 2
  • 8
  • 26
2
votes
2 answers

No read access to repo Jitpack error

My Github account is private. I'm trying to create a dependency in Jitpack of my github repo project. But its throwing "No read access to repo" error. Can anyone help me to fix this. https://i.stack.imgur.com/Y12ds.png
Imran
  • 21
  • 1
  • 4
2
votes
1 answer

How to publish a java library in jitpack? I have tried an attempt but its not working

I have prepared a java library for java application. I have completed coding without any errors. By referring some website, i attempt to publish it on github and jitpack. But its show some error while i am "look up". * WARNING: Gradle 'install' task…