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