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

Reworked to use maven resolver #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 28, 2024

  1. Update project to utilize maven resolver

    If implemented this will upgrade the project off of the deprecated
    sonatype aether dependency to maven-resolver.
    
    * update to latest resolver and maven (move off org.sonatype)
    * keep all almost untouched (but mark deprecations)
    cstamas authored and infvg committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    27b6996 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Match functionality

    If merged, this PR will match the functionality that was previously
    provided by the old sonatype version.
    
    Remove downloadable check
    Move project builder instantiation to speed up resolution
    infvg committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8e148ee View commit details
    Browse the repository at this point in the history