Skip to content

Commit 3bc21a9

Browse files
committed
Use Windows safe path separator
1 parent 9aee79e commit 3bc21a9

File tree

1 file changed

+1
-1
lines changed
  • spring-javaformat/spring-javaformat-formatter-eclipse-runtime

1 file changed

+1
-1
lines changed

spring-javaformat/spring-javaformat-formatter-eclipse-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
classname="io.spring.javaformat.formatter.eclipse.rewrite.EclipseRewriter"
6262
failonerror="true">
6363
<arg
64-
value="${project.build.directory}/${project.artifactId}-${project.version}.jar" />
64+
value="${project.build.directory}${file.separator}${project.artifactId}-${project.version}.jar" />
6565
</java>
6666
</target>
6767
</configuration>

0 commit comments

Comments
 (0)