We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
fetchSources
platform
platformaux
The text was updated successfully, but these errors were encountered:
Yes, seems the sources are always added in that case. Probably just needs a condition like here for that section.
Sorry, something went wrong.
No branches or pull requests
If added a dependency to `platformaux``:
And disabled source-fetching in the platform-configuration:
While
fetchSources
seems to work for dependencies added to theplatform
-configuration, the source jars get fetched for those inplatformaux
.The text was updated successfully, but these errors were encountered: