File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
buildSrc/src/main/groovy/io/spring/gradle/convention Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ class EclipsePlugin implements Plugin<Project> {
63
63
// test sources. Relax those from error to warning
64
64
properties[' org.eclipse.jdt.core.circularClasspath' ] = ' warning'
65
65
properties[' org.eclipse.jdt.core.incompleteClasspath' ] = ' warning'
66
+ properties[' org.eclipse.jdt.core.compiler.codegen.methodParameters' ] = ' generate'
66
67
}
67
68
}
68
69
}
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
10
10
org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes =
11
11
org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes =
12
12
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
13
+ org.eclipse.jdt.core.compiler.codegen.methodParameters =generate
13
14
org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
14
15
org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
15
16
org.eclipse.jdt.core.compiler.compliance =1.6
You can’t perform that action at this time.
0 commit comments