diff --git a/cli/src/main/resources/META-INF/native-image/com.devonfw.tools.IDEasy/ide-cli/resource-config.json b/cli/src/main/resources/META-INF/native-image/com.devonfw.tools.IDEasy/ide-cli/resource-config.json new file mode 100644 index 000000000..5b7611032 --- /dev/null +++ b/cli/src/main/resources/META-INF/native-image/com.devonfw.tools.IDEasy/ide-cli/resource-config.json @@ -0,0 +1,7 @@ +{ + "resources": [ + { + "glob": "nls/.*" + } + ] +}