Mercurial > public > gradleplugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:619ed31de9ac | 2:4db19f1c5ad0 |
---|---|
14 sourceCompatibility = 1.6 | 14 sourceCompatibility = 1.6 |
15 | 15 |
16 dependencies { | 16 dependencies { |
17 groovy localGroovy() | 17 groovy localGroovy() |
18 compile gradleApi() | 18 compile gradleApi() |
19 // 'org.gcontracts:gcontracts-core:1.2.5' | |
20 testCompile 'junit:junit:4.10' | 19 testCompile 'junit:junit:4.10' |
21 } | |
22 | |
23 sourceSets { | |
24 main { | |
25 groovy { srcDir 'other' } | |
26 | |
27 } | |
28 } | 20 } |
29 | 21 |
30 idea.project { | 22 idea.project { |
31 jdkName = '1.6' | 23 jdkName = '1.6' |
32 } | 24 } |