Skip to content

Commit

Permalink
Fix more groovy syntax deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Dec 30, 2024
1 parent afe3f5e commit 8096b30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/plugin/security/qa/security-basic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ apply plugin: 'elasticsearch.internal-java-rest-test'


esplugin {
name 'queryable-reserved-roles-test'
description 'A test plugin for testing that changes to reserved roles are made queryable'
classname 'org.elasticsearch.xpack.security.role.QueryableBuiltInRolesTestPlugin'
name = 'queryable-reserved-roles-test'
description = 'A test plugin for testing that changes to reserved roles are made queryable'
classname = 'org.elasticsearch.xpack.security.role.QueryableBuiltInRolesTestPlugin'
extendedPlugins = ['x-pack-core', 'x-pack-security']
}
dependencies {
Expand Down

0 comments on commit 8096b30

Please sign in to comment.