Commit 7fe42d3 1 parent 09af518 commit 7fe42d3 Copy full SHA for 7fe42d3
File tree 2 files changed +3
-3
lines changed
buildSrc/src/main/java/org/opensearch/gradle/test
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
77
import java .util .stream .Stream ;
78
78
79
79
public class DistroTestPlugin implements Plugin <Project > {
80
- private static final String SYSTEM_JDK_VERSION = "23 .0.2 +7" ;
80
+ private static final String SYSTEM_JDK_VERSION = "21 .0.6 +7" ;
81
81
private static final String SYSTEM_JDK_VENDOR = "adoptium" ;
82
- private static final String GRADLE_JDK_VERSION = "23 .0.2 +7" ;
82
+ private static final String GRADLE_JDK_VERSION = "21 .0.6 +7" ;
83
83
private static final String GRADLE_JDK_VENDOR = "adoptium" ;
84
84
85
85
// all distributions used by distro tests. this is temporary until tests are per distribution
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ opensearch = "3.0.0"
3
3
lucene = " 10.1.0"
4
4
5
5
bundled_jdk_vendor = " adoptium"
6
- bundled_jdk = " 23 .0.2 +7"
6
+ bundled_jdk = " 21 .0.6 +7"
7
7
8
8
# optional dependencies
9
9
spatial4j = " 0.7"
You can’t perform that action at this time.
0 commit comments