From 2529dbc46528866572762387b79ae44be80d0e22 Mon Sep 17 00:00:00 2001 From: Bapt Abl Date: Fri, 18 Feb 2022 18:30:38 +0100 Subject: [PATCH] Update readme and build version --- README.md | 4 ++-- build.gradle | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e1361a..917a229 100644 --- a/README.md +++ b/README.md @@ -174,8 +174,8 @@ Result: ## Development environment setup ### Build -Requires Java 14 or 15. -Requires Gradle 6.6.1 (but you should use the packaged gradlew included in this repo anyway). +Requires Java 15, 16 or 17. +Requires Gradle 7.4 (but you should use the packaged gradlew included in this repo). ### Development Environment Setup diff --git a/build.gradle b/build.gradle index 1543533..38fec44 100644 --- a/build.gradle +++ b/build.gradle @@ -17,6 +17,7 @@ repositories { } group = 'org.elasticsearch.plugin' +version = "${plugin_version}" apply plugin: 'java' apply plugin: 'idea'