Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
6.7.1 support (#23)
Browse files Browse the repository at this point in the history
* 6.7.1 support
  • Loading branch information
kdinta committed Apr 9, 2019
1 parent 0a81a78 commit 73c29d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Expand Up @@ -16,7 +16,7 @@
buildscript {

ext {
es_version = System.getProperty("es.version", "6.6.2")
es_version = System.getProperty("es.version", "6.7.1")
}
// This isn't applying from repositories.gradle so repeating it here
repositories {
Expand All @@ -34,7 +34,7 @@ plugins {
}

ext {
opendistroVersion = '0.8.0'
opendistroVersion = '0.9.0'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}

Expand Down Expand Up @@ -167,8 +167,7 @@ bundlePlugin {

gradle.startParameter.excludedTaskNames += [ "forbiddenApisMain",
"forbiddenApisTest",
"thirdPartyAudit",
"namingConventions"]
"thirdPartyAudit", "testingConventions"]

// This is afterEvaluate because the bundlePlugin ZIP task is updated afterEvaluate and changes the ZIP name to match the plugin name
afterEvaluate {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 73c29d7

Please sign in to comment.