python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to debug custom MavenPublication in Gradle?
I'm working on a Gradle project (with plugin maven-publish) that has a lot of convoluted logic for custom MavenPublications. I would like to look under the hood of the task publish. In particular, I w...
andrybak
Votes: 0
Answers: 1
maven-publish produces ZIP file for Android app build
After migrating from Gradle 6 to 7 and the maven plugin to maven-publish plugin, I am seeing a ZIP file being published for my Android application build and I do not know how to get rid of it.
That is...
Konsumierer
Votes: 0
Answers: 0
Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0
With Gradle 7.2 and these plugins:
plugins {
id 'com.android.library' // Android Gradle Plugin 7.1.2
id 'maven-publish'
}
It still works, but gives me this deprecation warning:
WARNING: Soft...
Martin Zeitler
Votes: 0
Answers: 6
Gradle not resolving mavenLocal() dependency
I have a problem with resolving local dependency. I have a lib that I want to provide across my projects. So I've published it locally. The build.gradle looks like this:
...
plugins {
...
id(&...

WinterMute
Votes: 0
Answers: 0