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 17, 2024
1 parent 17417e3 commit a61a268
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 a61a268

Please # to comment.