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.

...