Skip to content

Refresh even without --refresh-dependencies #33

@PssbleTrngle

Description

@PssbleTrngle

The current setup publishes non-breaking changes under patch versions (1.3.120 for example).
The com.possible-triangle.helper plugin by design resolves other plugin versions to1.3.+, so projects and branches don't have to be updated everytime a patch version drops.

Due to the gradle cache, these versions are often only updated when using --refresh-dependencies, which is not desired.
It would be nice, if the plugins could be marked to always re-fetch, the patch version could be fetched dynamically beforehand, or some other mechanism.

Possible publishing them as -SNAPSHOTS to the snapshots repository could work, since snapshot versions work differently in maven

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions