From fd0feb68c10443faa8d44c6f5475418ffcfbd021 Mon Sep 17 00:00:00 2001 From: Geoff Jacobs Date: Mon, 29 May 2023 10:00:44 +1000 Subject: [PATCH] updating the default java version to 17 for bitbucket dc --- aws_bitbucket_dc_node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_bitbucket_dc_node.yml b/aws_bitbucket_dc_node.yml index 7420513..dcebc8f 100644 --- a/aws_bitbucket_dc_node.yml +++ b/aws_bitbucket_dc_node.yml @@ -9,7 +9,7 @@ atl_product_user: "bitbucket" atl_use_system_jdk: true - java_major_version: "11" # BB 8 will drop JDK 8 support + java_major_version: "17" atl_download_format: "tarball" atl_product_home: "/var/atlassian/application-data/bitbucket"