Skip to content

Commit 17a828c

Browse files
committed
changing scope to agent scope for directory watcher
1 parent 56b5175 commit 17a828c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-gradle-plugin/src/main/groovy/org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ class GrailsGradlePlugin extends GroovyPlugin {
474474
}
475475
project.dependencies {
476476
agent "org.springframework:springloaded"
477-
runtime "io.methvin:directory-watcher"
477+
agent "io.methvin:directory-watcher"
478478
}
479479
project.afterEvaluate(new AgentTasksEnhancer())
480480
}

0 commit comments

Comments
 (0)