DevOps / Gradle interview questions
What are the core components of Gradle build script?
Project and task are the core compoents. Groovy organizes projects as a list of tasks.
To view the list of available projects, use the command gradle projects, for the tasks list the command is gradle tasks.
More Related questions...