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
1515* .class
1616. * .swp
1717/bin
18+ * .log
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ allprojects {
1919}
2020
2121subprojects {
22- apply plugin : ' java'
2322 apply plugin : ' maven'
23+ apply plugin : ' java'
2424
2525 sourceCompatibility = JavaVersion . VERSION_1_7
2626 repositories {
@@ -35,7 +35,7 @@ subprojects {
3535}
3636
3737task wrapper (type : Wrapper ) {
38- gradleVersion = ' 2.0 '
38+ gradleVersion = ' 2.1 '
3939}
4040
4141project(' :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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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