Skip to content

Commit c9b28bc

Browse files
committed
fix: compile error
1 parent 865a390 commit c9b28bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/web/GrailsWebGradlePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class GrailsWebGradlePlugin extends GrailsGradlePlugin {
5858
}
5959
}
6060

61-
private static void registerUrlMappingsTask(Project project) {
61+
private void registerUrlMappingsTask(Project project) {
6262
project.tasks.register(URL_MAPPINGS_REPORT, ApplicationContextCommandTask) { task ->
6363
task.classpath = buildClasspath(
6464
project,

0 commit comments

Comments
 (0)