gradle or .\gradlew tasks > gradleTasks.txt

also sample useful command => .\gradlew installDebug
which created =>
> Task :app:installDebug
Installing APK 'app-debug.apk' on 'SM-G980F - 13' for :app:debug
Installed on 1 device.

Output from 'gradle tasks'
Configuration on demand is an incubating feature.

> Task :tasks

------------------------------------------------------------
Tasks runnable from root project 'Owl'
------------------------------------------------------------

Android tasks
-------------
androidDependencies - Displays the Android dependencies of the project.
signingReport - Displays the signing info for the base and test modules
sourceSets - Prints out all the source sets defined in this project.

Build tasks
-----------
assemble - Assemble main outputs for all the variants.
assembleAndroidTest - Assembles all the Test applications.
assembleUnitTest - Assembles all the unit test applications.
build - Assembles and tests this project.
buildDependents - Assembles and tests this project and all projects that depend on it.
buildKotlinToolingMetadata - Build metadata json file containing information about the used Kotlin tooling
buildNeeded - Assembles and tests this project and all projects it depends on.
bundle - Assemble bundles for all the variants.
clean - Deletes the build directory.
compileDebugAndroidTestSources
compileDebugSources
compileDebugUnitTestSources
compileReleaseSources
compileReleaseUnitTestSources

Build Setup tasks
-----------------
init - Initializes a new Gradle build.
updateDaemonJvm - Generates or updates the Gradle Daemon JVM criteria.
wrapper - Generates Gradle wrapper files.

Help tasks
----------
artifactTransforms - Displays the Artifact Transforms that can be executed in root project 'Owl'.
buildEnvironment - Displays all buildscript dependencies declared in root project 'Owl'.
dependencies - Displays all dependencies declared in root project 'Owl'.
dependencyInsight - Displays the insight into a specific dependency in root project 'Owl'.
dependencyUpdates - Displays the dependency updates for the project.
help - Displays a help message.
javaToolchains - Displays the detected java toolchains.
kotlinDslAccessorsReport - Prints the Kotlin code for accessing the currently available project extensions and conventions.
outgoingVariants - Displays the outgoing variants of root project 'Owl'.
projects - Displays the sub-projects of root project 'Owl'.
properties - Displays the properties of root project 'Owl'.
resolvableConfigurations - Displays the configurations that can be resolved in root project 'Owl'.
tasks - Displays the tasks runnable from root project 'Owl' (some of the displayed tasks may belong to subprojects).

Install tasks
-------------
installDebug - Installs the Debug build.
installDebugAndroidTest - Installs the android (on device) tests for the Debug build.
installRelease - Installs the Release build.
uninstallAll - Uninstall all applications.
uninstallDebug - Uninstalls the Debug build.
uninstallDebugAndroidTest - Uninstalls the android (on device) tests for the Debug build.
uninstallRelease - Uninstalls the Release build.

Verification tasks
------------------
check - Runs all checks.
checkJetifier - Checks whether Jetifier is needed for the current project
checkKotlinGradlePluginConfigurationErrors - Checks that Kotlin Gradle Plugin hasn't reported project configuration errors, failing otherwise. This task always runs before compileKotlin* or similar tasks.
connectedAndroidTest - Installs and runs instrumentation tests for all flavors on connected devices.
connectedCheck - Runs all device checks on currently connected devices.
connectedDebugAndroidTest - Installs and runs the tests for debug on connected devices.
deviceAndroidTest - Installs and runs instrumentation tests using all Device Providers.
deviceCheck - Runs all device checks using Device Providers and Test Servers.
lint - Runs lint on the default variant.
lintDebug - Print text output from the corresponding lint report task
lintFix - Runs lint on the default variant and applies any safe suggestions to the source code.
lintRelease - Print text output from the corresponding lint report task
lintVitalRelease - Print text output from the corresponding lint report task
test - Run unit tests for all variants.
testDebugUnitTest - Run unit tests for the debug build.
testReleaseUnitTest - Run unit tests for the release build.
updateLintBaseline - Updates the lint baseline using the default variant.

Version catalog update tasks
----------------------------
versionCatalogApplyUpdates - Applies changes to the libs.versions.toml file.
versionCatalogFormat - Formats the libs.versions.toml file.
versionCatalogUpdate - Updates the libs.versions.toml file.

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

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

[Incubating] Problems report is available at: file:///C:/Users/Shed/AndroidStudioProjects/Owlsample/build/reports/problems/problems-report.html

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.14.2/userguide/command_line_interface.html#sec... in the Gradle documentation.

BUILD SUCCESSFUL in 1s
1 actionable task: 1 executed