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 946036d commit ff3deacCopy full SHA for ff3deac
testing/trino-server-dev/src/main/java/io/trino/server/DevelopmentServer.java
@@ -45,7 +45,7 @@ protected Iterable<? extends Module> getAdditionalModules()
45
46
// Use a temporary directory to satisfy configuration validation
47
configBinder(binder).bindConfigDefaults(ServerPluginsProviderConfig.class, config ->
48
- config.setInstalledPluginsDirs(ImmutableList.of(pluginPath.toFile())));
+ config.setInstalledPluginsDirs(ImmutableList.of(pluginPath)));
49
50
closingBinder(binder).registerCloseable(() -> Files.deleteIfExists(pluginPath));
51
});
0 commit comments