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