gradle-maven-publish-plugin icon indicating copy to clipboard operation
gradle-maven-publish-plugin copied to clipboard

Support Android Fused Library plugin

Open Goooler opened this issue 6 months ago • 0 comments

Try things like

plugins {
    alias(libs.plugins.androidFusedlibrary)
    alias(libs.plugins.mavenPublish)
}

There will be an exception like

An exception occurred applying plugin request [id: 'com.vanniktech.maven.publish', version: '0.32.0']
> Failed to apply plugin class 'org.gradle.language.base.plugins.LifecycleBasePlugin'.
   > Cannot add task 'assemble' as a task with that name already exists.

The Fused plugin is like a Shadow plugin for Android.

https://developer.android.com/build/publish-library/fused-library

Goooler avatar Jun 03 '25 07:06 Goooler