aboutsummaryrefslogtreecommitdiffstats
path: root/build/conf
diff options
context:
space:
mode:
authorsvidyuk <svidyuk@yandex-team.com>2024-11-11 06:34:10 +0300
committersvidyuk <svidyuk@yandex-team.com>2024-11-11 06:48:20 +0300
commit0c30aa1174f1b6b193bac7b5c67f32d039e872e5 (patch)
tree2207ef467e8143cbe99e664a12cf7f546b36cde5 /build/conf
parente11ca1574a69c727ca6cac2c1bd9300993733490 (diff)
downloadydb-0c30aa1174f1b6b193bac7b5c67f32d039e872e5.tar.gz
Stop calculating data for some dead jbuild code paths
commit_hash:88de11271aee6ce875a836cbfb24e825d8e7fa99
Diffstat (limited to 'build/conf')
-rw-r--r--build/conf/java.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/conf/java.conf b/build/conf/java.conf
index 6644544717..39fd1835d4 100644
--- a/build/conf/java.conf
+++ b/build/conf/java.conf
@@ -1747,15 +1747,12 @@ when ($SAVE_JAVAC_GENERATED_SRCS) {
}
# tag:java-specific
-# TODO: MAVEN_GROUP_ID_VALUE is only used by jbuild remove it after YMAKE-45 and YMAKE-46
-MAVEN_GROUP_ID_VALUE=
MAVEN_EXPORT_GROUP_ID=ru.yandex
### @usage: MAVEN_GROUP_ID(group_id_for_maven_export)
###
### Set maven export group id for JAVA_PROGRAM() and JAVA_LIBRARY().
### Have no effect on regular build.
macro MAVEN_GROUP_ID(Arg, VERSION="no") {
- SET(MAVEN_GROUP_ID_VALUE $Arg)
SET(MAVEN_EXPORT_GROUP_ID $Arg)
SET(PUBLISH_MAVEN_VERSION $VERSION)
}