Skip to content

artifactory and android-maven-publish plugin compatibility check

Notifications You must be signed in to change notification settings

warnyul/artifactory-plugin-android-test

Repository files navigation

artifactory and android-maven-publish plugin compatibility check

Build Status

This repository contains a non working sample, when use artifactory plugin with the android-maven-publish plugin.

The android-maven-publish does not find the releaseApiElements and releaseRuntimeElements configuration when the artifactory plugin tries to collect maven publications in configuration phase.

Sample configuration

apply plugin: 'com.android.library'
apply plugin: 'digital.wup.android-maven-publish'
apply plugin: 'com.jfrog.artifactory'

android {
    // Android library plugin configuration
    // ...
}

dependencies {
    // List of dependencies
    // ...
}


publishing {
    publications {
        testArtifact(MavenPublication) {
            from components.android
        }
    }
}

About

artifactory and android-maven-publish plugin compatibility check

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published