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 9aee79e commit 3bc21a9Copy full SHA for 3bc21a9
spring-javaformat/spring-javaformat-formatter-eclipse-runtime/pom.xml
@@ -61,7 +61,7 @@
61
classname="io.spring.javaformat.formatter.eclipse.rewrite.EclipseRewriter"
62
failonerror="true">
63
<arg
64
- value="${project.build.directory}/${project.artifactId}-${project.version}.jar" />
+ value="${project.build.directory}${file.separator}${project.artifactId}-${project.version}.jar" />
65
</java>
66
</target>
67
</configuration>
0 commit comments