------------------------------------------------------------ Tasks runnable from root project 'Java-Service-Tree-Framework-Engine-Fire' ------------------------------------------------------------ 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 classes of the 'main' feature. 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. updateDaemonJvm - Generates or updates the Gradle Daemon JVM criteria. wrapper - Generates Gradle wrapper files. Checking tasks -------------- checkLicense - Check if License could be used CheckingPreparation tasks ------------------------- checkLicensePreparation - Prepare for checkLicense Documentation tasks ------------------- javadoc - Generates Javadoc API documentation for the 'main' feature. Help tasks ---------- artifactTransforms - Displays the Artifact Transforms that can be executed in root project 'Java-Service-Tree-Framework-Engine-Fire'. buildEnvironment - Displays all buildscript dependencies declared in root project 'Java-Service-Tree-Framework-Engine-Fire'. dependencies - Displays all dependencies declared in root project 'Java-Service-Tree-Framework-Engine-Fire'. dependencyInsight - Displays the insight into a specific dependency in root project 'Java-Service-Tree-Framework-Engine-Fire'. dependencyManagement - Displays the dependency management declared in root project 'Java-Service-Tree-Framework-Engine-Fire'. help - Displays a help message. javaToolchains - Displays the detected java toolchains. outgoingVariants - Displays the outgoing variants of root project 'Java-Service-Tree-Framework-Engine-Fire'. projects - Displays the sub-projects of root project 'Java-Service-Tree-Framework-Engine-Fire'. properties - Displays the properties of root project 'Java-Service-Tree-Framework-Engine-Fire'. resolvableConfigurations - Displays the configurations that can be resolved in root project 'Java-Service-Tree-Framework-Engine-Fire'. tasks - Displays the tasks runnable from root project 'Java-Service-Tree-Framework-Engine-Fire'. 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. sonar - Analyzes root project 'Java-Service-Tree-Framework-Engine-Fire' and its subprojects with Sonar. sonarqube - Analyzes root project 'Java-Service-Tree-Framework-Engine-Fire' and its subprojects with Sonar. This task is deprecated. Use 'sonar' instead. test - Runs the test suite. Rules ----- Pattern: clean: Cleans the output files of a task. Pattern: build: 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