Merge branch '2.2.x'
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user