From 6e5210eb9758e79ffa1055868c6458c9364f5011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Ko=C5=82odziejczyk?= Date: Thu, 11 Jan 2024 23:04:52 +0100 Subject: [PATCH] ES 8.11.4 support (#975) --- bin/run-pipeline.sh | 1 + es811x/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/run-pipeline.sh b/bin/run-pipeline.sh index 189574e8d2..da96004ef2 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.4' ./gradlew --stacktrace buildRorPlugin '-PesVersion=8.11.3' ./gradlew --stacktrace buildRorPlugin '-PesVersion=8.11.2' ./gradlew --stacktrace buildRorPlugin '-PesVersion=8.11.1' diff --git a/es811x/gradle.properties b/es811x/gradle.properties index a461304c73..8621391400 100644 --- a/es811x/gradle.properties +++ b/es811x/gradle.properties @@ -1 +1 @@ -latestSupportedEsVersion=8.11.3 \ No newline at end of file +latestSupportedEsVersion=8.11.4 \ No newline at end of file