initial stubs
This commit is contained in:
committed by
Andrey Breslav
parent
7cc1ed5cb1
commit
4b19adf4fd
@@ -0,0 +1,12 @@
|
||||
apply plugin: 'groovy'
|
||||
apply plugin: 'java'
|
||||
|
||||
dependencies {
|
||||
compile gradleApi()
|
||||
groovy localGroovy()
|
||||
}
|
||||
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '1.0-rc-2'
|
||||
}
|
||||
Reference in New Issue
Block a user