This message was deleted.
# develocity
s
This message was deleted.
b
Hello @Dave562 please stay on 3.10.3. Gradle Enterprise 2022.3 will be released soon. Once that happens to can update to 3.11
d
Hello @benedikt unfortunately we are using version "latest.release" for the plugin definition, that is why I was asking for estimation, if it is worth it for me to go to all repositories using it and change it to hard coded version.
j
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.