Skip to content

Commit

Permalink
ES 7.17.16 & ES 8.11.3 support (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL authored Dec 12, 2023
1 parent 83e7c4c commit e332c98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 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.3'
./gradlew --stacktrace buildRorPlugin '-PesVersion=8.11.2'
./gradlew --stacktrace buildRorPlugin '-PesVersion=8.11.1'
./gradlew --stacktrace buildRorPlugin '-PesVersion=8.11.0'
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion es717x/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latestSupportedEsVersion=7.17.15
latestSupportedEsVersion=7.17.16
2 changes: 1 addition & 1 deletion es811x/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latestSupportedEsVersion=8.11.2
latestSupportedEsVersion=8.11.3

0 comments on commit e332c98

Please sign in to comment.