Gradle is a very powerful build tool in circumstances, especially where multi-level projects need to be developed. The underlying DSL language makes it easier to configure and use
Slow and bulky. Even something as simple as "gradle clean" can take a minute. In an atypical Java fashion, its over-architected. Its DSL is unintuitive for Java developers.
Easy configuration. Good visualization of deployment data.
Markup. All the configuration is stored in XML, which imho is overkill for what Jenkins does. It also makes version control awkward. I really wish I could use git to keep track of versions of jobs and also as deployment method. Linux sys admins tend to live...
Gradle is a very powerful build tool in circumstances, especially where multi-level projects need to be developed. The underlying DSL language makes it easier to configure and use
Easy configuration. Good visualization of deployment data.
Slow and bulky. Even something as simple as "gradle clean" can take a minute. In an atypical Java fashion, its over-architected. Its DSL is unintuitive for Java developers.
Markup. All the configuration is stored in XML, which imho is overkill for what Jenkins does. It also makes version control awkward. I really wish I could use git to keep track of versions of jobs and also as deployment method. Linux sys admins tend to live...