File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
grails-gradle-plugin/src/main/groovy/org/grails/gradle/plugin/core Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11package org.grails.gradle.plugin.core
22
3+ import groovy.transform.CompileStatic
34import org.apache.tools.ant.taskdefs.condition.Os
45import org.gradle.api.Project
56import org.gradle.util.ConfigureUtil
@@ -10,6 +11,7 @@ import org.gradle.util.ConfigureUtil
1011 * @author Graeme Rocher
1112 * @since 3.0
1213 */
14+ @CompileStatic
1315class GrailsExtension {
1416 Project project
1517
@@ -58,7 +60,7 @@ class GrailsExtension {
5860 */
5961 void plugins (Closure pluginDefinitions ) {
6062 def definer = new PluginDefiner (project,exploded)
61- ConfigureUtil . configure (pluginDefinitions, definer, Closure . DELEGATE_FIRST )
63+ ConfigureUtil . configureSelf (pluginDefinitions, definer)
6264 }
6365 /**
6466 * Configuration for the reloading agent
You can’t perform that action at this time.
0 commit comments