Merge branch '2.2.x'

This commit is contained in:
Marcin Grzejszczak
2020-10-26 12:40:23 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ class StubRunnerFactory {
}
private Path resolvePath(File unpackedLocation) {
Resource resource = ResourceResolver.resource(unpackedLocation.getPath());
Resource resource = ResourceResolver.resource(unpackedLocation.toURI().toString());
Path path = unpackedLocation.toPath();
if (resource != null) {
try {