aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/java.py
diff options
context:
space:
mode:
authorrobot-javacom <robot-javacom@yandex-team.com>2024-09-20 20:00:22 +0300
committerrobot-javacom <robot-javacom@yandex-team.com>2024-09-20 20:14:48 +0300
commitd2fe5bffcb2310df10e99e989090ad1900c44baa (patch)
tree6ecb5d169ae9a6c07149228790743c954e4694ef /build/plugins/java.py
parente2d4e77967cebcc09fc7cfed2a158d96587fd65f (diff)
downloadydb-d2fe5bffcb2310df10e99e989090ad1900c44baa.tar.gz
Upload new jdk-23+37
https://a.yandex-team.ru/projects/committeejava/ci/actions/flow?dir=devtools%2Fcontrib%2Fprepare_jdk&id=prepare-new-pr&number=81 commit_hash:62a3320b4a252e7b3150d737920eca5c4b707d57
Diffstat (limited to 'build/plugins/java.py')
-rw-r--r--build/plugins/java.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/plugins/java.py b/build/plugins/java.py
index e47d174473..b6565ce082 100644
--- a/build/plugins/java.py
+++ b/build/plugins/java.py
@@ -102,6 +102,7 @@ def onjava_module(unit, *args):
'20',
'21',
'22',
+ '23',
):
data['ENABLE_PREVIEW'] = extract_macro_calls(unit, 'ENABLE_PREVIEW_VALUE', args_delim)
@@ -378,6 +379,7 @@ def on_jdk_version_macro_check(unit, *args):
'20',
'21',
'22',
+ '23',
)
if jdk_version not in available_versions:
ymake.report_configure_error(