mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Fix notice generation to use configured notice file
This commit is contained in:
parent
1768efd72d
commit
946b9794ad
@ -257,7 +257,7 @@ public class PluginBuildPlugin extends BuildPlugin {
|
||||
include(licenseFile.name)
|
||||
}
|
||||
}
|
||||
File noticeFile = project.pluginProperties.extension.licenseFile
|
||||
File noticeFile = project.pluginProperties.extension.noticeFile
|
||||
if (noticeFile != null) {
|
||||
NoticeTask generateNotice = project.tasks.create('generateNotice', NoticeTask.class)
|
||||
generateNotice.dependencies(project)
|
||||
|
Loading…
x
Reference in New Issue
Block a user