Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to specify closure for publications #78

Open
ddimtirov opened this issue Apr 4, 2016 · 0 comments
Open

Allow to specify closure for publications #78

ddimtirov opened this issue Apr 4, 2016 · 0 comments

Comments

@ddimtirov
Copy link

Allow to specify closure for publications. The use case is that we may want to publish automatically all publications defined by a project, even yf they are not available yet.

For example:

artifactory {
    publish {
        defaults {
            publications { extensions.findByType(PublishingExtension)?.publications?.names }
        }
    }
}

The change needs to go here:

https://github.com/JFrogDev/build-info/blob/6cede0a11a777c147dbc0ea05020620eb3b25dde/build-info-extractor-gradle/src/main/groovy/org/jfrog/gradle/plugin/artifactory/task/helper/TaskHelperPublications.java#L89

RobiNino pushed a commit to RobiNino/build-info that referenced this issue Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant