You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2019. It is now read-only.
如题:resource参数没有起到任何作用,难道是我看错了还是源码不是最新的?maven源码如下:
public ConfigPlugin excludeResource(String... resource) {
if (includeResources != null) {
for (String excludeResource : excludeResources) {
excludeResources.add(excludeResource);
}
}
return this;
}