Skip to content

Commit

Permalink
--taskid=ID20230905
Browse files Browse the repository at this point in the history
处理:有些版本号声明不规范的问题
  • Loading branch information
xinluke committed Sep 5, 2023
1 parent e1f5749 commit 9b14a7c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ private void processDependency(Dependency d){
String realVer;
if (version.contains("$")) {
realVer = getRefVersionValue(d);
//因为是不标准的版本属性声明,需要显式指定进行删除
model.getProperties().remove(version);
} else {
realVer = version;
}
Expand Down

0 comments on commit 9b14a7c

Please sign in to comment.