Skip to content

Commit

Permalink
new ES 8.11.2 support (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL authored Dec 8, 2023
1 parent 94e8f4e commit 83e7c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/run-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@ 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.0'
./gradlew --stacktrace buildRorPlugin '-PesVersion=8.11.2'
./gradlew --stacktrace buildRorPlugin '-PesVersion=8.11.1'
./gradlew --stacktrace buildRorPlugin '-PesVersion=8.11.0'

#es810x
./gradlew --stacktrace buildRorPlugin '-PesVersion=8.10.4'
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.1
latestSupportedEsVersion=8.11.2

0 comments on commit 83e7c4c

Please sign in to comment.