Skip to content

Commit 901e39c

Browse files
committed
document testing
1 parent 6929895 commit 901e39c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ in the [release](https://github.com/monitora-media/es-utils/releases/latest).
1212

1313
## Build
1414

15-
ES_VERSION=8.5.3
15+
ES_VERSION=8.9.2
1616
./gradlew build -Pelasticsearch.version=$ES_VERSION
1717

18+
## Testing
19+
20+
gradle test --debug
21+
1822
## Install
1923

2024
elasticsearch-plugin install file://$(pwd)/build/distributions/monitora_utils-*-SNAPSHOT-$ES_VERSION.zip

0 commit comments

Comments
 (0)