Skip to content

Commit 1f9a47b

Browse files
committed
compilation error
1 parent 94683a5 commit 1f9a47b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inject/tools/src/main/java/io/helidon/inject/tools/CodeGenFiler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ private Filer scratchFiler() throws IOException {
477477
private Optional<Path> codegenResourceFilerOut(String outPath,
478478
String body,
479479
Optional<Function<InputStream, String>> optFnUpdater) {
480+
outPath = outPath.replace(File.separator, "/");
480481
Messager messager = messager();
481482
if (!filerWriterEnabled()) {
482483
messager.log("(disabled) Writing " + outPath + " with:\n" + body);

0 commit comments

Comments
 (0)