0 votes
in Gradle by
Which Gradle plugin is used to create a WAR file?

a) java

b) war

c) application

d) groovy

1 Answer

0 votes
by

Answer: b) war

Explanation: The war plugin is used to create a WAR file for a Gradle project. It packages the web application into a single file.

Related questions

0 votes
0 votes
asked Apr 12, 2023 in Servlet by rahuljain1
0 votes
asked Mar 27 in Gradle by rajeshsharma
0 votes
asked Aug 21, 2022 in JAVA by sharadyadav1986
...