diff --git a/README.adoc b/README.adoc index 6099e075..9c4cfcb2 100644 --- a/README.adoc +++ b/README.adoc @@ -287,7 +287,7 @@ 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.18.1 | 1.12.2 | 2022.3.2 +|2.8.2 | 1.18.1 | 1.12.2 | 2022.3 |2.8.1 | 1.17.3 | 1.12 | 2022.3 |2.8 | 1.17.3 | 1.12 | 2022.3 |2.7 | 1.17.2 | 1.11.1 | 2022.3 diff --git a/gradle.properties b/gradle.properties index 49edeb96..18e71228 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 2.8.2-SNAPSHOT +version = 2.8.2 githubUser = jenkinsci org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m