Skip to content

Commit

Permalink
new ES 7.17.15 support (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL authored Nov 13, 2023
1 parent 95c427a commit 4d79442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ if [[ -z $TRAVIS ]] || [[ $ROR_TASK == "package_es7xx" ]]; then
echo ">>> ($0) additional builds of ES module for specified ES version"

#es717x
./gradlew --stacktrace es717x:ror '-PesVersion=7.17.15'
./gradlew --stacktrace es717x:ror '-PesVersion=7.17.14'
./gradlew --stacktrace es717x:ror '-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 @@
esVersion=7.17.14
esVersion=7.17.15

0 comments on commit 4d79442

Please sign in to comment.