Login
Remember
Register
Ask a Question
Which of the following is not a Gradle build script file?
0
votes
asked
Mar 27, 2024
in
Gradle
by
rajeshsharma
Which of the following is not a Gradle build script file?
a) build.gradle
b) settings.gradle
c) gradle.properties
d) pom.xml
gradle
build
script
file
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 27, 2024
by
rajeshsharma
Answer: d) pom.xml
Explanation: pom.xml is a file used in Maven, a different build automation tool.
...