We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe7898 commit 483164cCopy full SHA for 483164c
1 file changed
src/main/java/com/evolvedbinary/bblValidator/service/SchemaService.java
@@ -71,7 +71,7 @@ private Path resolveSchemaPath() {
71
} else {
72
// Relative to current working
73
Path applicationDir = Paths.get(System.getProperty("user.dir"));
74
- return schemaPath.relativize(applicationDir);
+ return applicationDir.resolve(schemaPath);
75
}
76
77
0 commit comments