提交 4cb75c44 编写于 作者: K kohsuke

no longer in use.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3195 71c3de6d-444a-0410-be80-ed276b4c234a
上级 90434339
......@@ -229,12 +229,6 @@ public class MavenBuild extends AbstractBuild<MavenModule,MavenBuild> {
}
}
private static final class GetJavaExe implements Callable<String,IOException> {
public String call() throws IOException {
return new File(new File(System.getProperty("java.home")),"bin/java").getPath();
}
}
private static final class GetRemotingJar implements Callable<String,IOException> {
public String call() throws IOException {
return Which.jarFile(Launcher.class).getPath();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册