Skip to content

Commit

Permalink
move GradleUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Apr 3, 2024
1 parent e0b5e18 commit 72bb4ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
Expand Down

0 comments on commit 72bb4ef

Please sign in to comment.