提交 3925eaa3 编写于 作者: K Kohsuke Kawaguchi

Ant support is split off to a plugin.

上级 aa93737e
......@@ -238,7 +238,8 @@ public class ClassicPluginStrategy implements PluginStrategy {
private static final List<DetachedPlugin> DETACHED_LIST = Arrays.asList(
new DetachedPlugin("maven-plugin","1.296","1.296"),
new DetachedPlugin("subversion","1.310","1.0"),
new DetachedPlugin("cvs","1.340","0.1")
new DetachedPlugin("cvs","1.340","0.1"),
new DetachedPlugin("ant","1.431","1.0")
);
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册