欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  资讯频道

Gradle 0.9 发布

程序员文章站 2022-04-01 17:55:30
...

Gradle 团队发布 Gradle 最新版本 0.9。它类似于Maven,但更易用,而且还支持Groovy 。

 

新特性包括:

* Incremental build

* Simple build composition using scripts

* Parallel test execution and other testing features

* New plugins, including plugins for IDEA project generation, Antlr support, and generating announcements from your build

* New tasks, including Exec, JavaExec and others

* Build profiler

* Gradle build language reference guide

* The experimental Gradle daemon


可以从发布说明中了解更多的信息: http://docs.codehaus.org/display/GRADLE/Gradle+0.9+Release+Notes
下载: http://gradle.org/downloads.html

 

 

消息来源:http://groovy.dzone.com/announcements/gradle-09-released

相关标签: Groovy IDEA