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

Use maven directly to download additional dependencies #1644

Merged
merged 4 commits into from
Dec 28, 2020

Commits on Nov 27, 2020

  1. Use maven instead of aether to resolve additional dependencies

    Aether is still used, but now indirectly by maven.
    Using maven directly allows to reuse all the configurations
    like repositories, mirrors, proxies and the local repository.
    adangel committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    efa63cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ea9188 View commit details
    Browse the repository at this point in the history
  3. Add resolutionErrorHandler

    This throws a nice exception in case a artifact is missing.
    Otherwise missing plugins are just ignored and dokka is
    executed without them.
    adangel committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    b64dd8e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    45e0392 View commit details
    Browse the repository at this point in the history