Reapply "Update Gradle wrapper to 8.13 (#122421)" (#123889) (#123896)

This reverts commit 36660f2e5f.
This commit is contained in:
Rene Groeschke 2025-03-05 08:02:13 +01:00 committed by GitHub
parent 67d0dd4df2
commit 496c38e5a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
66 changed files with 104 additions and 103 deletions

View file

@ -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 {