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 94683a5 commit 1f9a47bCopy full SHA for 1f9a47b
inject/tools/src/main/java/io/helidon/inject/tools/CodeGenFiler.java
@@ -477,6 +477,7 @@ private Filer scratchFiler() throws IOException {
477
private Optional<Path> codegenResourceFilerOut(String outPath,
478
String body,
479
Optional<Function<InputStream, String>> optFnUpdater) {
480
+ outPath = outPath.replace(File.separator, "/");
481
Messager messager = messager();
482
if (!filerWriterEnabled()) {
483
messager.log("(disabled) Writing " + outPath + " with:\n" + body);
0 commit comments