Skip to content

Commit

Permalink
epam#979 | Fixed code generation: classpath separator adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
yurybich committed Jan 30, 2024
1 parent 6c4d981 commit d7c2f2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class ProjectBeforeCompilerTask : CompileTask {
.withParameters(
"-Dfile.encoding=UTF-8",
"-cp",
classpath.joinToString(":"),
classpath.joinToString(";"),
HybrisConstants.CLASS_FQN_CODE_GENERATOR,
platformModuleRoot.toString()
)
Expand Down

0 comments on commit d7c2f2c

Please sign in to comment.