From 50db3a1c05d46f124eea4f3df09eb8ee4adf3fc1 Mon Sep 17 00:00:00 2001 From: Alexis Tual Date: Mon, 12 Feb 2024 15:45:32 +0100 Subject: [PATCH] Release 2.10 --- README.adoc | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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