Subject not found.
1.

The Main Difference Between Maven Build.xml And Build.gradle Script?

Answer»

MAVEN build.xml is xml DOCUMENT that includes START and end tags. Build.gradle is a Groovy script which has SYNTAX SIMILAR to Java.

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



Discussion

No Comment Found