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 a14fda5 commit b6aa296Copy full SHA for b6aa296
src/main/groovy/com/marklogic/gradle/task/client/WatchTask.groovy
@@ -50,7 +50,7 @@ class WatchTask extends MarkLogicTask {
50
DatabaseClient client = newClient()
51
while (true) {
52
for (String path : paths) {
53
- loader.loadModules(new File(path), new DefaultModulesFinder(), client);
+ loader.loadModules(path, new DefaultModulesFinder(), client);
54
}
55
try {
56
Thread.sleep(sleepTime);
0 commit comments