From 867cc43645834f19b84ad42a7b5bf81bc852572a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Ko=C5=82odziejczyk?= Date: Thu, 21 Sep 2023 21:45:54 +0200 Subject: [PATCH] new ES 8.10.2 support (#941) --- bin/build.sh | 1 + es810x/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/build.sh b/bin/build.sh index a2a694d8ab..b81d395850 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -195,6 +195,7 @@ if [[ -z $TRAVIS ]] || [[ $ROR_TASK == "package_es8xx" ]]; then echo ">>> ($0) additional builds of ES module for specified ES version" #es810x + ./gradlew --stacktrace es810x:ror '-PesVersion=8.10.2' ./gradlew --stacktrace es810x:ror '-PesVersion=8.10.1' ./gradlew --stacktrace es810x:ror '-PesVersion=8.10.0' diff --git a/es810x/gradle.properties b/es810x/gradle.properties index a7012dd06c..969bca94e6 100644 --- a/es810x/gradle.properties +++ b/es810x/gradle.properties @@ -1 +1 @@ -esVersion=8.10.1 \ No newline at end of file +esVersion=8.10.2 \ No newline at end of file