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

Configure unified artifact coordinate type. #136

Merged
merged 1 commit into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. Configure unified artifact coordinate type.

    This replaces the use of DependableCoordinate and ArtifactCoordinate
    outside a couple of locations that depend on the artifact resolver
    API as implementation detail. This will allow for adjusting the
    internal implementation later much more easily going forwards.
    
    The use of .setExtension on the artifact/dependency types used for
    parameters is now deprecated and should be replaced with .setType
    instead. This will be removed in v2.0.0.
    ascopes committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fefe0c7 View commit details
    Browse the repository at this point in the history