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 09ee1b4 commit 37138c6Copy full SHA for 37138c6
grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/views/gsp/GroovyPagePlugin.groovy
@@ -46,6 +46,12 @@ class GroovyPagePlugin implements Plugin<Project> {
46
47
@Override
48
void apply(Project project) {
49
+ project.pluginManager.withPlugin('groovy') {
50
+ configureProject(project)
51
+ }
52
53
+
54
+ private void configureProject(Project project) {
55
TaskContainer tasks = project.tasks
56
57
project.configurations.register('gspCompile')
0 commit comments