Add back disabling dependency licenses check
Original commit: elastic/x-pack-elasticsearch@51b76f6f89
This commit is contained in:
parent
c44b668605
commit
3e8bc2879f
|
@ -19,6 +19,8 @@ ext.versions = [
|
|||
// TODO: fix this! https://github.com/elastic/x-plugins/issues/1066
|
||||
ext.compactProfile = 'full'
|
||||
|
||||
dependencyLicenses.enabled = false
|
||||
|
||||
licenseHeaders {
|
||||
approvedLicenses << 'BCrypt (BSD-like)'
|
||||
additionalLicense 'BCRYP', 'BCrypt (BSD-like)', 'Copyright (c) 2006 Damien Miller <djm@mindrot.org>'
|
||||
|
|
Loading…
Reference in New Issue