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

[groovy] branch master updated: Bump Gradle Enterprise plugin to 3.11.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b181640116 Bump Gradle Enterprise plugin to 3.11.1
b181640116 is described below

commit b18164011618b2bc76791817e763f44e4e2f332f
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 {