initial stubs

This commit is contained in:
Nikita Skvortsov
2012-04-28 18:40:07 +04:00
committed by Andrey Breslav
parent 7cc1ed5cb1
commit 4b19adf4fd
6 changed files with 284 additions and 0 deletions
@@ -0,0 +1,12 @@
apply plugin: 'groovy'
apply plugin: 'java'
dependencies {
compile gradleApi()
groovy localGroovy()
}
task wrapper(type: Wrapper) {
gradleVersion = '1.0-rc-2'
}