From 72bb4efcaa7db766be930a8c521de3f9eac0027e Mon Sep 17 00:00:00 2001 From: Jake Landis Date: Wed, 3 Apr 2024 13:07:54 -0500 Subject: [PATCH] move GradleUtils --- x-pack/plugin/security/qa/secondary-auth-actions/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugin/security/qa/secondary-auth-actions/build.gradle b/x-pack/plugin/security/qa/secondary-auth-actions/build.gradle index 80a639bea9ad1..f805dc74c4ca0 100644 --- a/x-pack/plugin/security/qa/secondary-auth-actions/build.gradle +++ b/x-pack/plugin/security/qa/secondary-auth-actions/build.gradle @@ -14,9 +14,10 @@ dependencies { compileOnly project(':x-pack:plugin:core') compileOnly project(':x-pack:plugin:security') javaRestTestImplementation project(':test:framework') - GradleUtils.extendSourceSet(project, 'main', 'javaRestTest') } +GradleUtils.extendSourceSet(project, 'main', 'javaRestTest') + dependencies { clusterPlugins project(':x-pack:plugin:security:qa:secondary-auth-actions') }