Skip to content

Commit

Permalink
Attempting to fix a Windows test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Nov 18, 2021
1 parent a62ff19 commit 2b268a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ public class TestClass {
.files(".")
.run();

String testClassSource = "jar:file://" + module.toAbsolutePath().toString() + "!/test/TestClass.class";
String testClassSource = "jar:" + module.toUri().toString() + "!/test/TestClass.class";

List<String> log;

Expand Down

0 comments on commit 2b268a2

Please sign in to comment.