Hello
@Dave562 we release major compatible versions as close as possible usually at the same day - but there might be delays of one or the other. In general I would recommend to not use a dynamic version and automatically apply major/minor releases for the following reasons:
• There might be breaking changes in the plugin, requiring build script changes
• Even if a compatible version of Gradle Enterprise is already available at that time you would have to upgrade this first.
What we recommend instead is to use a global environment variable or setting in your CI environment to update the plugin version in a central place only once. Having a dynamic version on patch level (
3.11.+
) to reduce maintenance can be useful.