Revert "Update Gradle wrapper to 8.13 (#122421)" (#123889)

This reverts commit e19b2264af.
This commit is contained in:
Rene Groeschke 2025-03-03 15:51:07 +01:00 committed by GitHub
parent 1447e0e341
commit 36660f2e5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
66 changed files with 103 additions and 104 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 = layout.settingsDirectory.file('AGPL-3.0+SSPL-1.0+ELASTIC-LICENSE-2.0.txt').asFile
noticeFile = layout.settingsDirectory.file('NOTICE.txt').asFile
licenseFile = rootProject.file('AGPL-3.0+SSPL-1.0+ELASTIC-LICENSE-2.0.txt')
noticeFile = rootProject.file('NOTICE.txt')
}
dependencies {