We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fad1ad commit 6c82f49Copy full SHA for 6c82f49
src/main/java/gr/gousiosg/javacg/stat/support/BuildArguments.java
@@ -132,7 +132,6 @@ private File getJarFile(String jarPath) {
132
133
// Return a (path, file) pair
134
private Pair<String, File> pathAndJarFile(String jarPath) {
135
- jarPath = System.getProperty("user.dir") + jarPath;
136
validateJarSuffix(jarPath);
137
File file = getJarFile(jarPath);
138
return new Pair<>(jarPath, file);
0 commit comments