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

Configuration platformaux seems to ignore fetchSources = false #42

Open
Argelbargel opened this issue Oct 20, 2017 · 1 comment
Open

Comments

@Argelbargel
Copy link

If added a dependency to `platformaux``:

dependencies {
    platformaux 'the:dependency'
}

And disabled source-fetching in the platform-configuration:

platform {
    // ...
    fetchSources = false
}

While fetchSources seems to work for dependencies added to the platform-configuration, the source jars get fetched for those in platformaux.

@stempler
Copy link
Owner

Yes, seems the sources are always added in that case. Probably just needs a condition like here for that section.

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

No branches or pull requests

2 participants