From 76e70f3c89a9787a1126f74c76936862875b6e98 Mon Sep 17 00:00:00 2001 From: Alexis Tual Date: Tue, 24 Oct 2023 17:29:01 +0200 Subject: [PATCH] Releasing 2.9 --- README.adoc | 3 ++- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index e811988f..a6528df8 100644 --- a/README.adoc +++ b/README.adoc @@ -287,7 +287,8 @@ The following table shows the compatibility of the plugin version with Gradle En |=== |Jenkins Gradle Plugin version | Injected Gradle Enterprise Maven extension version | Injected Common Custom User Data Maven extension version | Minimum supported Gradle Enterprise version -|Next version | 1.19.13 | 1.12.4 | 2023.3 +|Next version | 1.19.3 | 1.12.4 | 2023.3 +|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 |2.8 | 1.17.3 | 1.12 | 2023.1 diff --git a/gradle.properties b/gradle.properties index 40f19a83..5cf9604f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 2.8.3-SNAPSHOT +version = 2.9 githubUser = jenkinsci org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m