0 votes
in Gradle by

Which Gradle plugin is used to create a distribution TAR file?

a) tar

b) application

c) distTar

d) groovy

1 Answer

0 votes
by

Answer: c) distTar

reason: The distTar plugin is used to create a distribution TAR file for a Gradle project. It packages the application and its dependencies into a single TAR file.

Related questions

0 votes
asked Mar 27 in Gradle by rajeshsharma
0 votes
0 votes
asked Aug 21, 2022 in JAVA by sharadyadav1986
...