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

emilles 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 8cea3c883d bump groovy version
8cea3c883d is described below

commit 8cea3c883daa9af72bc7a4962ab53c27524e88b5
Author: Eric Milles <[email protected]>
AuthorDate: Mon Mar 9 13:44:20 2026 -0500

    bump groovy version
---
 gradle/eclipse.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/eclipse.gradle b/gradle/eclipse.gradle
index 2ee0b1777e..b441ec956d 100644
--- a/gradle/eclipse.gradle
+++ b/gradle/eclipse.gradle
@@ -39,7 +39,7 @@ if (gradle.startParameter.taskNames.any { it =~ /(?i)eclipse/ 
}) {
                 if (!prefs.exists()) {
                     append('''\
                         eclipse.preferences.version=1
-                        groovy.compiler.level=40
+                        groovy.compiler.level=50
                         
groovy.script.filters=**/*.gradle,n,**/script*.groovy,y,**/*resources/**/*.groovy,y,**/benchmarks/**/*.groovy,y
                         
org.codehaus.groovy.eclipse.preferences.compiler.project=true
                         '''.stripIndent()

Reply via email to