Computer Science, asked by kashmir9356, 1 year ago

To execute the hello task in the build file, type ___ on the command line.

Answers

Answered by kataijaeverson
0

To execute the hello tasks in the build file, you type gradle hello

Answered by laraibmukhtar55
0

Executation of Hello task:

• To execute the hello task in the build file, type gradle hello on the command line in the manual of the build file. If the Gradle output should be repressed, use the -q (quiet) parameter.

• Gradle builds are labeled via one or multiple build.gradle files. At least one build file is classically located in the root folder of the project. Each build file describes a project and its tasks.

Hope it helped...

Similar questions