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

Jitpack working with www. but not without it only for me

I just started at a new job where we are building an app in React Native. When building the android version I was getting errors that said Could not resolve all files for configuration ':app:debugCompileClasspath'. > Could not resolve…
0
votes
1 answer

Can't publish Android Library when it stand alone

Where: Build file '/home/jitpack/build/build.gradle' line: 53 What went wrong: A problem occurred evaluating root project 'build'. Could not find method implementation() for arguments [directory 'libs'] on object of type…
shadow
  • 114
  • 11
0
votes
0 answers

How to "compileOnly" my android repository from github

I'm implementing my android-module from github using jitpack, and i want to do compileOnly instead of implementation but when I use the code compileOnly it shows me that the complieOnly not supported I'm creating an application to read plugins all…
LSafer
  • 344
  • 3
  • 7
0
votes
1 answer

Cannot resolve github dependency even though my process is correct

Basically the problem is I cannot resolve GitHub dependency even though I added this to Project level build.gradle. build.gradle (Project) allprojects { repositories { google() jcenter() maven { url "https://jitpack.io" } …
Ooto
  • 1,117
  • 16
  • 39
0
votes
1 answer

Android Studio does not find Jitpack dependency while it can be added manually

I'm trying to add LiquidCore dependency to my project via Android Studio. So I added Jitpack project's build.gradle like: allprojects { repositories { jcenter() maven { url 'https://maven.google.com/' name 'Google' …
Marian Paździoch
  • 8,813
  • 10
  • 58
  • 103
0
votes
1 answer

JitPack Maven PluginResolutionException

i want to use https://github.com/NiklasHoltmeyer/maven-endpointscoverage without having to clone it: https://jitpack.io/#NiklasHoltmeyer/maven-endpointscoverage Pom.xml:
Barney Stinson
  • 962
  • 12
  • 29
0
votes
1 answer

Gradle cannot resolve github dependency

I had created a library for android, pushed it to gitub, and build it with Jitpack. Now, my problem is, that Gradle cannot resolve my dependency (failed to resolve com.github.[…]) I tried to import the default android project from jitpack - it…
Luxaaa
  • 41
  • 1
  • 6
0
votes
0 answers

Gradble sync failed with Jitpack git repository

I created my first android library and published it to GitHub. Now a want to make other able to use it. So a visited gitpack.io and followed the steps there. The thing is, that my Gradle sync failed in the Project I want to use my lib, and the…
Luxaaa
  • 41
  • 1
  • 6
0
votes
0 answers

Only META-INF in JitPack dependencies

I am trying to import a dependency from another project. To do so I created a project A and deploy it on JitPack, but when I'm trying to use it as a dependency, Maven downloads the dependency from JitPack, but in the JAR file there is only the…
Liz Lamperouge
  • 681
  • 14
  • 38
0
votes
2 answers

How to load a gradle project and then use that as a dependency in one of the existing projects in IntelliJ

I have a gradle zip file that I want to use as a dependency in my project in intelliJ. So I opened that project using Open and then pointing to build.gradle file. Tried to run it and got Could not find or load main class. How to solve this and then…
Atihska
  • 4,803
  • 10
  • 56
  • 98
0
votes
1 answer

Unable to publish on Jitpack: Execution failed for task ':install'

Well, I'm since about 4 hours trying to publish my project on JitPack, but I always get the same error: Execution failed for task ':install'. I searched a lot, but nothing was found about it. Log:…
NathanPB
  • 685
  • 1
  • 7
  • 22
0
votes
0 answers

I get gradle sync error when adding Material Spinner 2.0.0(Unauthorized status 401)

This library was working fine last week but today it suddenly does not work Even when I try to use version 1.1.2 and 1.1.1 , i have same error. I received status code 401 from server: Unauthorized BELOW WHAT APPEARS ON THE GRADLE ANDROID STUDIO…
0
votes
1 answer

Android jitpack needs clean build on each release

I am building a view that has a vertical trail on git hub and added it on jitpack, but every time i do a release an download the package using gradle I have to do a clean Re-build(). Error: Error:Execution failed for task…
Mohammad Tabbara
  • 1,438
  • 1
  • 16
  • 31
0
votes
1 answer

Build library using JitPack

I have a problem. I created test library and push it to Github. But when I try to include this library into (using Gradle) project show error showing error But log into jitpack.io show that build was sucsessful. Where I made a mistake?
Oleg
  • 23
  • 8
0
votes
1 answer

JitPack: Failed to resolve subrepo

I'm using jitpack to in my gradle as follows: allprojects { repositories { jcenter() mavenCentral() maven { url 'https://jitpack.io' } } } And in my github repo I have a sub-module called authentication I need to use…
Motassem Jalal
  • 1,254
  • 1
  • 22
  • 46
1 2 3
15
16