Gradle Build Tool

1234567891011121314
Across
  1. 3. Name of the Gradle project configuration file
  2. 10. Where outputs from previous build executions are stored for reuse
  3. 11. Command to execute a Gradle build
  4. 12. Type of plugin intended to replace cross-project configurations
  5. 13. Task dependencies can be either explicit or this
  6. 14. legacy language that Gradle DSL is written using
Down
  1. 1. A task dependency notation
  2. 2. Command to initialize a new Gradle project
  3. 4. Gradle's enterprise product is called this
  4. 5. Plugin used for building Java projects
  5. 6. Currently recommended language for writing Gradle build logic
  6. 7. Build phase where tasks are ran
  7. 8. Feature that allows you to reuse build logic
  8. 9. Task type that is evaluated during the configuration phase