Skip to content

Commit

Permalink
Update bundled JDK distribution to 17.0.2+8 (opensearch-project#2007)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Jan 28, 2022
1 parent f9b8ab1 commit d41fbba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -76,7 +76,7 @@
public class DistroTestPlugin implements Plugin<Project> {
private static final String SYSTEM_JDK_VERSION = "8u242+b08";
private static final String SYSTEM_JDK_VENDOR = "adoptopenjdk";
private static final String GRADLE_JDK_VERSION = "17.0.1+12";
private static final String GRADLE_JDK_VERSION = "17.0.2+8";
private static final String GRADLE_JDK_VENDOR = "adoptium";

// all distributions used by distro tests. this is temporary until tests are per distribution
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Expand Up @@ -2,7 +2,7 @@ opensearch = 1.3.0
lucene = 8.10.1

bundled_jdk_vendor = adoptium
bundled_jdk = 17.0.1+12
bundled_jdk = 17.0.2+8



Expand Down

0 comments on commit d41fbba

Please sign in to comment.