Skip to content

Commit

Permalink
ES 8.11.4 support (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL committed Jan 12, 2024
1 parent e23e0ba commit 6e5210e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/run-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion es811x/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latestSupportedEsVersion=8.11.3
latestSupportedEsVersion=8.11.4

0 comments on commit 6e5210e

Please sign in to comment.