Skip to content

Commit

Permalink
Revert "fix: absolute paths in classpath.txt break everything (#626)"
Browse files Browse the repository at this point in the history
This reverts commit 97bf4ce.
  • Loading branch information
alecthomas committed Nov 21, 2023
1 parent 97bf4ce commit c36e518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<configuration>
<outputFile>${project.build.directory}/classpath.txt</outputFile>
<outputProperty>generated.classpath</outputProperty>
<prefix>dependency</prefix>
<prefix>${project.build.directory}/dependency</prefix>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit c36e518

Please sign in to comment.