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

'Fork' git repository as dependency in gradle

I made a topic some hours ago that lead me to a public repository : https://github.com/biezhi/webp-io However, I had to update the library used, cwebp and make changes to the code. Its my first fork. My fork is located here:…
KenobiBastila
  • 539
  • 4
  • 16
  • 52
7
votes
2 answers

NDK: Is it possible to define the android NDK Version in build.gradle so the native code will use a defined version?

Here's my problem: I've got a library stored at Github. That Library contains native code and everything that's needed for handling C++ files. Locally the project/library works fine but I want to include that library as a dependency via JitPack. So…
Thomas Cirksena
  • 717
  • 2
  • 8
  • 28
7
votes
1 answer

Unable to publish Android library project on JitPack

I made a small library for Android which I uploaded on my public Github repositroy. The library project contains also a sample app. To enable building on JitPack I followed JitPack's own instructions. Now that i try build it remotely with JitPack i…
user1888162
  • 1,735
  • 21
  • 27
6
votes
0 answers

maven-gradle-plugin is unavailable after andoird gradle upgrade to 7.0.0

Error message: An exception occurred applying plugin request [id: 'com.github.dcendents.android-maven'] > Failed to apply plugin 'com.github.dcendents.android-maven'. > Could not create plugin of type 'AndroidMavenPlugin'. > Could not…
Huanghao
  • 61
  • 3
6
votes
2 answers

How come maven dependencies in POM file can't be used?

Background I'm tasked to provide a way for developers to add a single dependency into build.gradle file on Android project, to use some (obfuscated) SDK I've prepared (AAR file - Android library). The SDK itself uses various dependencies, so it's…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
6
votes
3 answers

How to solve the error of "ERROR: No build artifacts found" after the following build successful msg?

It happened with the following log when I tried to deploy the library through Jitpack. Anyone who knows the cause of the problem? on project level build.gradle on app level build.gradle BUILD SUCCESSFUL in 482ms 3 actionable tasks: 1 executed, 2…
libliboom
  • 532
  • 5
  • 17
6
votes
1 answer

submodule to jitpack

I have a project on GitHub OmegaIntentBuilder. Also, I created library from this project on jitpack.io dependencies { compile 'com.github.Omega-R:OmegaIntentBuilder:0.0.5' } The library works, I could import it without any problems. But now…
T. Roman
  • 322
  • 6
  • 14
6
votes
1 answer

jitpack.io dependencies are not working

I cannot get jitpack.io dependencies to work with gradle. I know there are other questions but none of the suggested tips helped. The problem is, jitpack.io dependencies are not working at all. In theory it should be simple... add the mavel { url…
patman
  • 2,780
  • 4
  • 30
  • 54
6
votes
1 answer

How to add jcenter/jitpack as remote repository into apache archiva?

I want to have a private repository manager to not download all the packages from internet every time. I decide to go with Apache Archiva. At the moment I want to add jitpack.io and jcenter.bintray.com to my remote repositories. I've done as…
Vahid Hashemi
  • 5,182
  • 10
  • 58
  • 88
5
votes
1 answer

All buildscript {} blocks must appear before any plugins {} blocks in the script in Jitpack

I am trying to publish my android library with jitpack. But getting buildscript {} blocks must appear before any plugins {} blocks error. I have already referred to this question : Getting 'buildscript {} blocks must appear before any plugins {}…
SIDDHARTH SINGH
  • 138
  • 3
  • 8
5
votes
1 answer

Failed to apply plugin 'com.android.internal.library'. Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8

I want to build a library with Jetpack Compose and publishing it using jitpack.io. Im using the canary version of android studio android studio canary version. I've build the project, push it to Github, made a release then I've put the link of my…
5
votes
2 answers

How can I have more than one navHostFragment in one activity?

I would like to have three navHostFragments in one activity, all taking the same space, but each hosting a different navigation graph. Then using a fragment manager and a bottom navigation bar I would like to show each when needed (and hide the…
4
votes
4 answers

Error while uploading my library into jitpack

Am trying to publish my app into jitpack from git, the library working locally well in android java, but not working once uploaded to jitpack. jipack log is in red color icon. After implementing the library dependency on a test app, the test app is…
Peppty
  • 41
  • 2
4
votes
3 answers

Flutter: Execution failed for task ':agora_rtc_engine:compileDebugKotlin'

I am working on an old project. It worked fine before 5 days ago. Now I am facing an error with agora. I didn't any change on my previous code. here is error- FAILURE: Build failed with an exception. * What went wrong: Execution failed for task…
Abir Ahsan
  • 2,649
  • 29
  • 51
4
votes
2 answers

ERROR: No build artifacts found - Maven Jitpack

Note: Before you mark this as duplicate please check all information as after 4 hours of search I couldn't find any close cases. All results were about Android Library or Gradle which is not correct on this case. Links: Build Log:…
Ashenguard
  • 174
  • 1
  • 10
1
2
3
15 16