Cargando…

Building and Testing with Gradle

Build and test software written in Java and many other languages with Gradle, the open source project automation tool that's getting a lot of attention. This concise introduction provides numerous code examples to help you explore Gradle, both as a build tool and as a complete solution for aut...

Descripción completa

Detalles Bibliográficos
Autores principales: Berglund, Tim, McCullough, Matthew
Lenguaje:eng
Publicado: O'Reilly Media, Inc 2011
Materias:
Acceso en línea:http://cds.cern.ch/record/1438540
Descripción
Sumario:Build and test software written in Java and many other languages with Gradle, the open source project automation tool that's getting a lot of attention. This concise introduction provides numerous code examples to help you explore Gradle, both as a build tool and as a complete solution for automating the compilation, test, and release process of simple and enterprise-level applications. Discover how Gradle improves on the best ideas of Ant, Maven, and other build tools, with standards for developers who want them and lots of flexibility for those who prefer less structure. Use Gradle with Gr