diff --git a/README.adoc b/README.adoc index a821f1a6..96fdd0d2 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.20.1 | 1.12.5 | 2023.4 +|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 |2.8.1 | 1.17.3 | 1.12 | 2023.1 diff --git a/gradle.properties b/gradle.properties index 91a31351..0b587f77 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 2.9.1-SNAPSHOT +version = 2.10 githubUser = jenkinsci org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m