From e332c98c8840c71e582a948a61c1f38d538a47d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Ko=C5=82odziejczyk?= Date: Tue, 12 Dec 2023 23:20:06 +0100 Subject: [PATCH] ES 7.17.16 & ES 8.11.3 support (#966) --- bin/run-pipeline.sh | 2 ++ es717x/gradle.properties | 2 +- es811x/gradle.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/run-pipeline.sh b/bin/run-pipeline.sh index 1dffdf8065..189574e8d2 100755 --- a/bin/run-pipeline.sh +++ b/bin/run-pipeline.sh @@ -200,6 +200,7 @@ if [[ -z $TRAVIS ]] || [[ $ROR_TASK == "package_es8xx" ]]; then echo ">>> ($0) additional builds of ES module for specified ES version" #es811x + ./gradlew --stacktrace buildRorPlugin '-PesVersion=8.11.3' ./gradlew --stacktrace buildRorPlugin '-PesVersion=8.11.2' ./gradlew --stacktrace buildRorPlugin '-PesVersion=8.11.1' ./gradlew --stacktrace buildRorPlugin '-PesVersion=8.11.0' @@ -269,6 +270,7 @@ if [[ -z $TRAVIS ]] || [[ $ROR_TASK == "package_es7xx" ]]; then echo ">>> ($0) additional builds of ES module for specified ES version" #es717x + ./gradlew --stacktrace buildRorPlugin '-PesVersion=7.17.16' ./gradlew --stacktrace buildRorPlugin '-PesVersion=7.17.15' ./gradlew --stacktrace buildRorPlugin '-PesVersion=7.17.14' ./gradlew --stacktrace buildRorPlugin '-PesVersion=7.17.13' diff --git a/es717x/gradle.properties b/es717x/gradle.properties index 72339b79a9..366442cb24 100644 --- a/es717x/gradle.properties +++ b/es717x/gradle.properties @@ -1 +1 @@ -latestSupportedEsVersion=7.17.15 +latestSupportedEsVersion=7.17.16 diff --git a/es811x/gradle.properties b/es811x/gradle.properties index b262465f25..a461304c73 100644 --- a/es811x/gradle.properties +++ b/es811x/gradle.properties @@ -1 +1 @@ -latestSupportedEsVersion=8.11.2 \ No newline at end of file +latestSupportedEsVersion=8.11.3 \ No newline at end of file