Login
Remember
Register
Ask a Question
Name the configuration files of the Gradle build concept?
0
votes
asked
Jan 31, 2020
in
Gradle
by
rahuljain1
Name the configuration files of the Gradle build concept?
#gradle-configuration
Gradle-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 31, 2020
by
rajeshsharma
Build.gradle define the script for build configuration
The other script in demand is settings.gradle
Another option is gradle.properties
...