Skip to content

Commit

Permalink
fix: 打包禁用validateNebulaPom任务
Browse files Browse the repository at this point in the history
  • Loading branch information
KennFalcon committed Jan 30, 2021
1 parent ed63203 commit bf89e98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ thirdPartyAudit {
thirdPartyAudit.enabled = false
}

validateNebulaPom {
validateNebulaPom.enabled = false
}

test {
systemProperty 'tests.security.manager', 'false'
}
Expand Down

0 comments on commit bf89e98

Please sign in to comment.