From ad9b1afff1a553c85891be1a7b851fc665590052 Mon Sep 17 00:00:00 2001 From: Ranger Tsao Date: Wed, 7 Feb 2018 18:04:44 +0800 Subject: [PATCH] bump to 6.2.0 --- build.gradle | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 601243c..c741e5e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - elasticserachVersion = '6.1.3' + elasticserachVersion = '6.2.0' hanlpVersion = '1.5.3' } @@ -16,7 +16,7 @@ buildscript { } group = 'io.shike' -version = '6.1.3' +version = '6.2.0' repositories { mavenLocal() @@ -26,11 +26,12 @@ repositories { apply plugin: 'java' apply plugin: 'idea' -apply plugin: 'elasticsearch.esplugin' -sourceCompatibility = JavaVersion.VERSION_1_8 +sourceCompatibility = JavaVersion.VERSION_1_9 targetCompatibility = JavaVersion.VERSION_1_8 +apply plugin: 'elasticsearch.esplugin' + licenseFile = rootProject.file('LICENSE.txt') noticeFile = rootProject.file('NOTICE.txt')