We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d6bfd commit 0a876baCopy full SHA for 0a876ba
.github/workflows/ci.yml
@@ -12,7 +12,6 @@ jobs:
12
strategy:
13
matrix:
14
java:
15
- - 8
16
- 11
17
- 14
18
os: [ubuntu-latest, windows-latest]
build.gradle
@@ -6,7 +6,7 @@
6
buildscript {
7
ext {
8
opensearch_group = "org.opensearch"
9
- opensearch_version = System.getProperty("opensearch.version", "1.3.14-SNAPSHOT")
+ opensearch_version = System.getProperty("opensearch.version", "1.3.15-SNAPSHOT")
10
kotlin_version = System.getProperty("kotlin.version", "1.6.0")
11
}
0 commit comments