diff --git a/README.adoc b/README.adoc index 35097de7..7fadb2f0 100644 --- a/README.adoc +++ b/README.adoc @@ -288,6 +288,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.1 | 2.0 | 2024.1 +|2.11 | 1.21.1 | 2.0 | 2024.1 |2.10 | 1.20.1 | 1.12.5 | 2023.4 |2.9 | 1.19.3 | 1.12.4 | 2023.3 |2.8.2 | 1.18.1 | 1.12.2 | 2023.2 diff --git a/gradle.properties b/gradle.properties index 0664c699..c019098c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 2.10.1-SNAPSHOT +version = 2.11 githubUser = jenkinsci org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m