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 af2dfe6 commit 13ef0f0Copy full SHA for 13ef0f0
src/main/java/org/openstreetmap/josm/plugins/scripting/ScriptingPlugin.java
@@ -95,8 +95,8 @@ private void initGraalVMESModuleRepositories(PluginInformation info) {
95
logger.log(Level.WARNING, MessageFormat.format(
96
"Failed to create ES Module repository for API V3 modules. uri=''{0}''", uri), e);
97
}
98
-
99
+ ESModuleResolver.getInstance().loadFromPreferences(Preferences.main());
100
101
102
@SuppressWarnings("unused")
0 commit comments