Skip to content

Commit

Permalink
MINOR: Clean upgrade to Gradle 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
original-brownbear committed Jun 5, 2017
1 parent 18627ba commit c945a04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Wed Jun 29 13:06:17 PDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
7 changes: 0 additions & 7 deletions logstash-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,3 @@ dependencies {
testCompile 'org.elasticsearch:securemock:1.2'
provided 'org.jruby:jruby-core:1.7.25'
}

// See http://www.gradle.org/docs/current/userguide/gradle_wrapper.html
task wrapper(type: Wrapper) {
description = 'Install Gradle wrapper'
gradleVersion = '2.8'
}

0 comments on commit c945a04

Please sign in to comment.