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
The current setup publishes non-breaking changes under patch versions (
1.3.120for example).The
com.possible-triangle.helperplugin 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
-SNAPSHOTSto the snapshots repository could work, since snapshot versions work differently in maven