You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/08/30 05:24:41 UTC

[groovy] 01/04: Bump Gradle Enterprise plugin to 3.11.1

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 15c57ccf93e072c2151b56b904d41ba6035428f5
Author: Goooler <wa...@gmail.com>
AuthorDate: Mon Aug 29 12:56:01 2022 +0800

    Bump Gradle Enterprise plugin to 3.11.1
---
 settings.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index e0c59c7590..ee3138ec15 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -26,8 +26,9 @@ pluginManagement {
     }
 }
 
+// check https://gradle.com/enterprise/releases with new versions. GE plugin version should not lag behind Gradle version
 plugins {
-    id "com.gradle.enterprise" version "3.5.2"
+    id "com.gradle.enterprise" version "3.11.1"
 }
 
 gradleEnterprise {