• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Gradle as a tool

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also i propose to open here a thread about Gradle because in fact it's a deployment tool (which i of course using) written in groovy and use groove as a language to do things during deploy or for deployment.

I think this kind of thread will be helpful for lots of people.
 
gunslinger & author
Posts: 169
16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that's a good idea. The Gradle documentation is located at http://gradle.org and is very thorough.

Gradle is currently used to build pure Java projects like the Spring Framework, Hibernate, and more. In fact, at Google I/O they announced that in the future even Android projects will be built using Gradle, which is quite a statement given that Groovy doesn't even run on Android.

Ken
 
reply
    Bookmark Topic Watch Topic
  • New Topic