0 votes
in Gradle by
The Main Difference Between Maven Build.xml And Build.gradle Script?

1 Answer

0 votes
by

Maven build.xml is an xml document that includes start and end tags. Build.gradle is a Groovy script which has a syntax similar to Java.

Related questions

0 votes
asked Apr 1 in Gradle by rajeshsharma
0 votes
asked Oct 21, 2019 in Gradle by SakshiSharma
...