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 56b5175 commit 17a828cCopy full SHA for 17a828c
grails-gradle-plugin/src/main/groovy/org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy
@@ -474,7 +474,7 @@ class GrailsGradlePlugin extends GroovyPlugin {
474
}
475
project.dependencies {
476
agent "org.springframework:springloaded"
477
- runtime "io.methvin:directory-watcher"
+ agent "io.methvin:directory-watcher"
478
479
project.afterEvaluate(new AgentTasksEnhancer())
480
0 commit comments