build.gradle file in gradle

Every Gradle root project has one build.gradle file. It contains very important information as mentioned below.
  • Version of the project
  • Group of the project
  • Source compatibility of code – sourceCompatibility = 1.8
  • Target compatibility of code – targetCompatibility = 1.8
  • Plugins
  • Task definitions
  • Repositories
  • Dependencies

Web development and Automation testing

solutions delivered!!