mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
This reverts commit 36660f2e5f
.
This commit is contained in:
parent
67d0dd4df2
commit
496c38e5a5
66 changed files with 104 additions and 103 deletions
|
@ -13,8 +13,8 @@ esplugin {
|
|||
name = 'custom-processor'
|
||||
description = 'An example plugin showing how to register a custom ingest processor'
|
||||
classname ='org.elasticsearch.example.customprocessor.ExampleProcessorPlugin'
|
||||
licenseFile = rootProject.file('AGPL-3.0+SSPL-1.0+ELASTIC-LICENSE-2.0.txt')
|
||||
noticeFile = rootProject.file('NOTICE.txt')
|
||||
licenseFile = layout.settingsDirectory.file('AGPL-3.0+SSPL-1.0+ELASTIC-LICENSE-2.0.txt').asFile
|
||||
noticeFile = layout.settingsDirectory.file('NOTICE.txt').asFile
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue