提交 e7f17b5d 编写于 作者: C Christoph Kutzinski

fixed NPE

上级 307fca20
......@@ -829,7 +829,7 @@ public class MavenModuleSetBuild extends AbstractMavenBuild<MavenModuleSet,Maven
if (remoteSettings != null) {
remoteSettings.delete();
}
if (project.getGlobalSettingConfigId() != null ) {
if (remoteGlobalSettings != null ) {
remoteGlobalSettings.delete();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册