We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de17361 commit 65561f8Copy full SHA for 65561f8
jruby-gradle-base-plugin/src/main/groovy/com/github/jrubygradle/internal/JRubyExecDelegate.groovy
@@ -55,6 +55,7 @@ class JRubyExecDelegate implements JRubyExecTraits {
55
56
private final List passthrough = []
57
58
+ @SuppressWarnings('VariableName')
59
static Object jrubyexecDelegatingClosure = { Project project, Closure cl ->
60
JRubyExecDelegate proxy = new JRubyExecDelegate()
61
proxy.project = project
0 commit comments