diff options
author | miroslav2 <miroslav2@yandex-team.com> | 2024-04-22 14:04:09 +0300 |
---|---|---|
committer | miroslav2 <miroslav2@yandex-team.com> | 2024-04-22 14:19:30 +0300 |
commit | e781f56739e56e6012d43a53d6a9a5b26720b9bf (patch) | |
tree | 381bbd3e360a77ce8e97ab518d35af82db334226 /build/plugins/java.py | |
parent | 915f6d1c9c9826e2f24184576174ca99c4dee8be (diff) | |
download | ydb-e781f56739e56e6012d43a53d6a9a5b26720b9bf.tar.gz |
Remove JDK 18 support from Arcadia Tier 0, remove build configuration for JDK
0e989a0fc3519d203e2dbc837a772d2d99808f0b
Diffstat (limited to 'build/plugins/java.py')
-rw-r--r-- | build/plugins/java.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/plugins/java.py b/build/plugins/java.py index ffd41aa66a..4905451d8e 100644 --- a/build/plugins/java.py +++ b/build/plugins/java.py @@ -142,7 +142,6 @@ def onjava_module(unit, *args): if unit.get('ENABLE_PREVIEW_VALUE') == 'yes' and (unit.get('JDK_VERSION') or unit.get('JDK_REAL_VERSION')) in ( '15', '17', - '18', '20', '21', '22', @@ -415,7 +414,6 @@ def on_jdk_version_macro_check(unit, *args): '11', '15', '17', - '18', '20', '21', '22', |