Mercurial > public > gradleplugins
diff build.gradle @ 2:4db19f1c5ad0
create ProjectVersion as instance instead of static. Add build info to jar manifest
author | smith@nwoca.org |
---|---|
date | Fri, 18 May 2012 18:21:13 +0100 |
parents | c51874d4a5a7 |
children | 8400a7db1330 |
line wrap: on
line diff
--- a/build.gradle Thu May 17 23:33:24 2012 -0400 +++ b/build.gradle Fri May 18 18:21:13 2012 +0100 @@ -16,17 +16,9 @@ dependencies { groovy localGroovy() compile gradleApi() -// 'org.gcontracts:gcontracts-core:1.2.5' testCompile 'junit:junit:4.10' } -sourceSets { - main { - groovy { srcDir 'other' } - - } -} - idea.project { jdkName = '1.6' }