我的github-scm收集器没有获取最近7天的提交,而是只显示最近的提交。如何解决这个问题?
发布于 2020-05-06 16:59:23
转到com.capitalone.dashboard.collector.GitHubCollectorTask班第193行,
boolean firstRun = true; // ((repo.getLastUpdated() == 0) || ((start - repo.getLastUpdated()) > FOURTEEN_DAYS_MILLISECONDS));进行此更改并再次运行它。
https://stackoverflow.com/questions/60703981
复制相似问题