diff --git a/README.adoc b/README.adoc index 2609c257..11903b5a 100644 --- a/README.adoc +++ b/README.adoc @@ -298,7 +298,7 @@ The following table shows the compatibility of the plugin version with Develocit |=== |Jenkins Gradle Plugin version | Injected Develocity Maven extension version | Injected Common Custom User Data Maven extension version | Minimum supported Develocity version -|Next version | 1.21.4 | 2.0 | 2024.1 +|Next version | 1.21.5 | 2.0 | 2024.1 |2.12 | 1.21.3 | 2.0 | 2024.1 |2.11 | 1.21.1 | 2.0 | 2024.1 |2.10 | 1.20.1 | 1.12.5 | 2023.4 diff --git a/settings.gradle.kts b/settings.gradle.kts index 25b83e2e..42a53418 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -20,7 +20,7 @@ val gradleExt = (gradle as ExtensionAware).extra val ciJenkinsBuild by gradleExt { System.getenv("JENKINS_URL") != null } val ciTeamCityBuild by gradleExt { System.getenv("TEAMCITY_VERSION") != null } val isCi by gradleExt { ciJenkinsBuild || ciTeamCityBuild } -val develocityMavenExtensionVersion by gradleExt { "1.21.4" } +val develocityMavenExtensionVersion by gradleExt { "1.21.5" } val commonCustomUserDataMavenExtensionVersion by gradleExt { "2.0" } develocity {