Skip to main content

All Questions

Tagged with
6 votes
1 answer
9k views

Gradle 'publishToMavenLocal' task not found. Please add the 'maven-publish' or 'maven' plugin

I got an error when I deployed my library on jitpack eoor are below. and I have use Project full error is here ---> Build starting... Start: Fri May 27 13:31:41 UTC 2022 67cf7f81daef Git: edb3881 ...
Laxmi kant's user avatar
0 votes
2 answers
700 views

Could not find com.beloo.widget:ChipsLayoutManager:0.3.7

I am using repositories mavenCentral() because jcenter() is deprecated. I want to implement com.beloo.widget:ChipsLayoutManager:0.3.7. But this is uploaded on jcenter(). Any Solutions to use com.beloo....
Gaurav Dureja's user avatar
0 votes
1 answer
519 views

Jitpack Task 'install' is ambiguous in root project Android Library

I require your help to be able to upload a project, to give them context, I am adding dependencies to my library: implementation 'com.google.android.gms:play-services-mlkit-text-recognition:16.1.2' ...
Ulai Nava's user avatar
  • 167
1 vote
1 answer
74 views

Importing from Maven or Jcenter fails (Jitpack works)

I've a lint lib that fails to import throwing: > Failed to resolve: AndroidStyling-LintRules:checks:unspecified > Affected Modules: app So I tested running ./gradlew publishToMavenLocal and ...
GuilhE's user avatar
  • 11.8k
6 votes
1 answer
780 views

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....
Vahid Hashemi's user avatar