0 votes
in Gradle by
Which of the following is not a Gradle build script file?

a) build.gradle

b) settings.gradle

c) gradle.properties

d) pom.xml

1 Answer

0 votes
by

Answer: d) pom.xml

Explanation: pom.xml is a file used in Maven, a different build automation tool.

...