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 content filterting #3

Open
aepfli opened this issue Mar 9, 2021 · 1 comment
Open

allow content filterting #3

aepfli opened this issue Mar 9, 2021 · 1 comment

Comments

@aepfli
Copy link
Owner

aepfli commented Mar 9, 2021

https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:repository-content-filtering

Currently we do not support contentfiltering, add functionality to support this

@kohenkatz
Copy link

Here is my workaround for anyone who is looking for this feature:

    maven {
        gitLab.project("ID_NUMBER").execute(this)
        content {
            includeGroup("com.example")
        }
    }

Basically, instead of passing the Action created by this plugin into the maven function directly, a new Action is created and the action returned by this plugin modifies it.

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

2 participants