0 votes
in Gradle by
Which Gradle task is used to create a distribution ZIP file?

a) zip

b) distZip

c) packageZip

d) createZip

1 Answer

0 votes
by

Answer: b) distZip

reason: The distZip task is used to create a distribution ZIP file for a Gradle project. It packages the application and its dependencies into a single ZIP file.

Related questions

0 votes
asked Mar 27 in Gradle by rajeshsharma
0 votes
asked Mar 27 in Gradle by rajeshsharma
...