aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/java.py
diff options
context:
space:
mode:
authoralperevyshin <alperevyshin@yandex-team.com>2023-07-17 09:20:01 +0300
committeralperevyshin <alperevyshin@yandex-team.com>2023-07-17 09:20:01 +0300
commitfce7641814bdb276c538ca1f3c1316bb25cba0cc (patch)
tree844e94317a595e79ecbb48ea4e1edcc04fab4220 /build/plugins/java.py
parente2d90629d3845752f212957a12f10d9fe37f1253 (diff)
downloadydb-fce7641814bdb276c538ca1f3c1316bb25cba0cc.tar.gz
New config for yexport excludes
Diffstat (limited to 'build/plugins/java.py')
-rw-r--r--build/plugins/java.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/plugins/java.py b/build/plugins/java.py
index 8fc91f1d17..c4bf4fa4f8 100644
--- a/build/plugins/java.py
+++ b/build/plugins/java.py
@@ -475,4 +475,5 @@ def on_setup_project_coords_if_needed(unit, *args):
value = '\\"{}\\"'.format(_maven_coords_for_project(unit, project_dir).rstrip(':'))
else:
value = 'project(\\":{}\\")'.format(project_dir.replace('/', ':'))
- unit.set(['_EXPORT_GRADLE_PROJECT_COORDS', value])
+ unit.set(['EXPORT_GRADLE_PROJECT_COORDS', value])
+ unit.set(['EXPORT_GRADLE_PROJECT_COORDS_GLOBAL', value])