
------------------------------------------------------------
Tasks runnable from root project 'Java-Service-Tree-Framework-Broker-Hub'
------------------------------------------------------------

Application tasks
-----------------
bootRun - Runs this project as a Spring Boot application.
bootTestRun - Runs this project as a Spring Boot application using the test runtime classpath.

Build tasks
-----------
assemble - Assembles the outputs of this project.
bootBuildImage - Builds an OCI image of the application using the output of the bootJar task
bootJar - Assembles an executable jar archive containing the main classes and their dependencies.
build - Assembles and tests this project.
buildDependents - Assembles and tests this project and all projects that depend on it.
buildNeeded - Assembles and tests this project and all projects it depends on.
classes - Assembles main classes.
clean - Deletes the build directory.
jar - Assembles a jar archive containing the main classes.
resolveMainClassName - Resolves the name of the application's main class.
resolveTestMainClassName - Resolves the name of the application's test main class.
testClasses - Assembles test classes.

Build Setup tasks
-----------------
init - Initializes a new Gradle build.
wrapper - Generates Gradle wrapper files.

Checking tasks
--------------
checkLicense - Check if License could be used

CheckingPreparation tasks
-------------------------
checkLicensePreparation - Prepare for checkLicense

Docker tasks
------------
docker - Builds Docker image.
dockerClean - Cleans Docker build directory.
dockerfileZip - Bundles the configured Dockerfile in a zip file
dockerPrepare - Prepares Docker build directory.
dockerPush - Pushes named Docker image to configured Docker Hub.
dockerPush25.12.0 - Pushes the Docker image with tag '25.12.0' to configured Docker Hub
dockerTag - Applies all tags to the Docker image.
dockerTag25.12.0 - Tags Docker image with tag '25.12.0'
dockerTagsPush - Pushes all tagged Docker images to configured Docker Hub.

Documentation tasks
-------------------
javadoc - Generates Javadoc API documentation for the main source code.

Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in root project 'Java-Service-Tree-Framework-Broker-Hub'.
dependencies - Displays all dependencies declared in root project 'Java-Service-Tree-Framework-Broker-Hub'.
dependencyInsight - Displays the insight into a specific dependency in root project 'Java-Service-Tree-Framework-Broker-Hub'.
dependencyManagement - Displays the dependency management declared in root project 'Java-Service-Tree-Framework-Broker-Hub'.
help - Displays a help message.
javaToolchains - Displays the detected java toolchains.
outgoingVariants - Displays the outgoing variants of root project 'Java-Service-Tree-Framework-Broker-Hub'.
projects - Displays the sub-projects of root project 'Java-Service-Tree-Framework-Broker-Hub'.
properties - Displays the properties of root project 'Java-Service-Tree-Framework-Broker-Hub'.
resolvableConfigurations - Displays the configurations that can be resolved in root project 'Java-Service-Tree-Framework-Broker-Hub'.
tasks - Displays the tasks runnable from root project 'Java-Service-Tree-Framework-Broker-Hub'.

Publishing tasks
----------------
generateMetadataFileForMavenPublication - Generates the Gradle metadata file for publication 'maven'.
generatePomFileForMavenPublication - Generates the Maven POM file for publication 'maven'.
publish - Publishes all publications produced by this project.
publishAllPublicationsToMavenRepository - Publishes all Maven publications produced by this project to the maven repository.
publishMavenPublicationToMavenLocal - Publishes Maven publication 'maven' to the local Maven repository.
publishMavenPublicationToMavenRepository - Publishes Maven publication 'maven' to Maven repository 'maven'.
publishToMavenLocal - Publishes all Maven publications produced by this project to the local Maven cache.

Reporting tasks
---------------
buildDashboard - Generates a dashboard of all the reports produced by this build.
generateLicenseReport - Generates license report for all dependencies of this project and its subprojects
projectReport - Generates a report about your project.

Verification tasks
------------------
check - Runs all checks.
sonarqube - Analyzes root project 'Java-Service-Tree-Framework-Broker-Hub' and its subprojects with SonarQube.
test - Runs the test suite.

Rules
-----
Pattern: clean<TaskName>: Cleans the output files of a task.
Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration.

To see all tasks and more detail, run gradlew tasks --all

To see more detail about a task, run gradlew help --task <task>
