Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Support for multiple configurations #32

Open
jaredsburrows opened this issue May 31, 2016 · 2 comments
Open

Support for multiple configurations #32

jaredsburrows opened this issue May 31, 2016 · 2 comments

Comments

@jaredsburrows
Copy link

jaredsburrows commented May 31, 2016

For example:

configurations {
    internalArchives
    externalArchives
}

It would be nice to have an separate upload task based on the current configurations. In this case:

gradlew installInternalArchives and gradlew installExternalArchives just like the normal maven upload tasks: gradlew uploadInternalArchives and gradlew uploadExternalArchives.

Calling gradlew install tries to upload all artifacts from all configurations.

@dcendents
Copy link
Owner

Hi,

sorry I did not reply earlier, I was on paternity leave.
I will look into it in the next few days.

Thanks

@jaredsburrows
Copy link
Author

@dcendents One thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants