Skip to content

Commit

Permalink
Update commons-email, Update to Gradle 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Jul 29, 2015
1 parent 643dbe6 commit f83e4a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
// for TestHelpers we need junit during normal compile...
compile "junit:junit:[4.12,)"

testCompile 'org.apache.commons:commons-email:1.3.3'
testCompile 'org.apache.commons:commons-email:1.4'
}

// work around unnecessary timestamp in generated file which always causes dirty files in version control
Expand Down Expand Up @@ -66,7 +66,7 @@ jacoco {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.4'
gradleVersion = '2.5'
}

task sourcesJar(type: Jar) {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon May 11 20:13:11 CEST 2015
#Wed Jul 29 10:02:45 CEST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip

0 comments on commit f83e4a2

Please sign in to comment.