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 865a390 commit c9b28bcCopy full SHA for c9b28bc
grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/web/GrailsWebGradlePlugin.groovy
@@ -58,7 +58,7 @@ class GrailsWebGradlePlugin extends GrailsGradlePlugin {
58
}
59
60
61
- private static void registerUrlMappingsTask(Project project) {
+ private void registerUrlMappingsTask(Project project) {
62
project.tasks.register(URL_MAPPINGS_REPORT, ApplicationContextCommandTask) { task ->
63
task.classpath = buildClasspath(
64
project,
0 commit comments