Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2148 from jtnord/jenkins-33693
[FIXED JENKINS-33693] Do not hardcode .bat extension.
  • Loading branch information
jtnord committed Mar 22, 2016
2 parents 5999996 + 490adc9 commit 573d092
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/hudson/tasks/Maven.java
Expand Up @@ -250,8 +250,6 @@ public String invoke(File ws, VirtualChannel channel) throws IOException {
seed = new File(ws,"project.xml").exists() ? "maven" : "mvn";
}

if(Functions.isWindows())
seed += ".bat";
return seed;
}
}
Expand Down

0 comments on commit 573d092

Please sign in to comment.