wazuh-indexer-plugins/settings.gradle
Jorge Sánchez 5bfbd63629
Delete files not needed for 5.0.0 (#439)
* Delete extra plugins and references to them

* Remove all the index templates and references for setup plugin

* Delete all index templates from tooling and test

* Delete all job scheduler refences and documentation references to 6.0.0

* Delete references to job scheduler and /ecs extra files

* Update CHANGELOG.md

Signed-off-by: Jorge Sánchez <jorge.sanchez@wazuh.com>

* Apply suggestions from code review

Signed-off-by: Álex Ruiz Becerra <alex-r-b@hotmail.com>

* Restore backup-restore.md

* Remove mentions to plugins not planned for 5.x

* Run spotless

* Small refactor to improve readbility

* Use primitives

---------

Signed-off-by: Jorge Sánchez <jorge.sanchez@wazuh.com>
Signed-off-by: Álex Ruiz Becerra <alex-r-b@hotmail.com>
Signed-off-by: Álex Ruiz Becerra <alejandro.ruiz.becerra@wazuh.com>
Co-authored-by: Álex Ruiz Becerra <alejandro.ruiz.becerra@wazuh.com>
2025-05-23 16:07:52 +02:00

12 lines
462 B
Groovy

/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.10.2/userguide/multi_project_builds.html in the Gradle documentation.
*/
rootProject.name = "wazuh-indexer-plugins"
include(":wazuh-indexer-setup")
project(":wazuh-indexer-setup").projectDir = "plugins/setup/" as File