ktorio / ktor-plugin-registry

Maintains a repository of all Ktor plugins
Apache License 2.0
53 stars 15 forks source link

KTOR-7072 Export actual version numbers, fix Maven builds #102

Closed bjhham closed 4 months ago

bjhham commented 4 months ago

This will take any references to prefix versions or version ranges like "3.+" or "[3.1,3.7)" and replace them with the currently resolved version in the registry. This should keep things consistent in the output builds and it will fix Maven targets where prefix versions are applied (Maven does not support this notation, only Gradle)