Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 876 Bytes

File metadata and controls

21 lines (20 loc) · 876 Bytes

Maven Vs Gradle - Which To Pick - YouTube

  • XML (eXtensible Markup Language)
  • Quicker to learn
  • 75% industry adoption (from 4 years ago)
  • Convention over configuration
  • DSL (Domain-Specific Language)
  • Better scaling for complex projects
  • The clear winner in build speed using incremental builds
  • Emphasis on extensibility

Raw Java

  • No external setup
  • No automation - run commands manually
    • Might have some assistance from IDE