Navigation Menu

Skip to content

Commit

Permalink
Move to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imotov committed Dec 8, 2017
1 parent 2477d6b commit 8a05572
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Expand Up @@ -23,7 +23,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "org.elasticsearch.gradle:build-tools:6.0.0-alpha2"
classpath "org.elasticsearch.gradle:build-tools:6.0.0"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7"
}
}
Expand All @@ -41,7 +41,7 @@ apply plugin: 'maven-publish'
// }
//}

version = '6.0.0-alpha2-SNAPSHOT'
version = '6.0.0-SNAPSHOT'

esplugin {
description 'English and Russian Morphology for ElasticSearch.'
Expand Down Expand Up @@ -86,4 +86,8 @@ if (project.hasProperty('bintrayUser')) {

// TODO: temporary workaround until it's fixed in elasticsearch
thirdPartyAudit.enabled = false
dependencyLicenses.enabled = false

project.licenseFile = project.rootProject.file('LICENSE.txt')
project.noticeFile = project.rootProject.file('NOTICE.txt')

0 comments on commit 8a05572

Please sign in to comment.