We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bd50c commit 8cea3c8Copy full SHA for 8cea3c8
gradle/eclipse.gradle
@@ -39,7 +39,7 @@ if (gradle.startParameter.taskNames.any { it =~ /(?i)eclipse/ }) {
39
if (!prefs.exists()) {
40
append('''\
41
eclipse.preferences.version=1
42
- groovy.compiler.level=40
+ groovy.compiler.level=50
43
groovy.script.filters=**/*.gradle,n,**/script*.groovy,y,**/*resources/**/*.groovy,y,**/benchmarks/**/*.groovy,y
44
org.codehaus.groovy.eclipse.preferences.compiler.project=true
45
'''.stripIndent()
0 commit comments