File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ atlassian-ide-plugin.xml
15
15
* .class
16
16
. * .swp
17
17
/bin
18
+ * .log
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ allprojects {
19
19
}
20
20
21
21
subprojects {
22
- apply plugin : ' java'
23
22
apply plugin : ' maven'
23
+ apply plugin : ' java'
24
24
25
25
sourceCompatibility = JavaVersion . VERSION_1_7
26
26
repositories {
@@ -35,7 +35,7 @@ subprojects {
35
35
}
36
36
37
37
task wrapper (type : Wrapper ) {
38
- gradleVersion = ' 2.0 '
38
+ gradleVersion = ' 2.1 '
39
39
}
40
40
41
41
project(' :integration' ) {
Original file line number Diff line number Diff line change 1
- # Tue Jul 29 14:10:20 MDT 2014
1
+ # Mon Oct 13 13:19:26 MDT 2014
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.0 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.1 -all.zip
You can’t perform that action at this time.
0 commit comments