Skip to content

Commit

Permalink
new ES 8.10.2 support (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL authored Sep 21, 2023
1 parent bfb14cf commit 867cc43
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 @@ -195,6 +195,7 @@ if [[ -z $TRAVIS ]] || [[ $ROR_TASK == "package_es8xx" ]]; then
echo ">>> ($0) additional builds of ES module for specified ES version"

#es810x
./gradlew --stacktrace es810x:ror '-PesVersion=8.10.2'
./gradlew --stacktrace es810x:ror '-PesVersion=8.10.1'
./gradlew --stacktrace es810x:ror '-PesVersion=8.10.0'

Expand Down
2 changes: 1 addition & 1 deletion es810x/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
esVersion=8.10.1
esVersion=8.10.2

0 comments on commit 867cc43

Please sign in to comment.