diff options
author | svidyuk <svidyuk@yandex-team.com> | 2025-01-26 20:01:19 +0300 |
---|---|---|
committer | svidyuk <svidyuk@yandex-team.com> | 2025-01-26 20:37:20 +0300 |
commit | 7def09dc9ce7bf9366218aeaa9ec17540092f612 (patch) | |
tree | 777bedbd86a677e0c6995adce4d49aff78c56b24 /build | |
parent | 1ab81a9966e36741f51b2b479231b9798c3858a8 (diff) | |
download | ydb-7def09dc9ce7bf9366218aeaa9ec17540092f612.tar.gz |
Move all java source gathering scripts close to each other
commit_hash:c673a5e31bfb430e9ffa3dcd145747cfb184f562
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/java.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/java.conf b/build/conf/java.conf index 9426ecd918..6403346a1c 100644 --- a/build/conf/java.conf +++ b/build/conf/java.conf @@ -849,13 +849,13 @@ PACK_JAR=$_PACK_JAR_HELPER($TARGET) LINK_JAR=${hide:JAVA_FAKEID} ${hide;kv:"p JV"} ${hide;kv:"pc light-blue"} ${hide;kv:"show_out"} ${hide;requirements:"cpu:2"} \ && $PREPARE_JAR_BUILD \ && $JAR_GEN_SRCS \ + && $_PREPARE_SRC_JAR \ && $ALL_KT_COMMANDS \ && $COLLECT_CLASSPATH \ && $LINK_CLASSPATH \ && $COMPILE_JAVA_SRCLIST \ && $LINK_JAR_RESOURCES \ && ${cwd;suf=/cls:BINDIR} $GENERATE_VCS_JAVA_INFO_NODEP . \ - && $_PREPARE_SRC_JAR \ && $_PACK_SRC_JAR \ && $_PACK_JNI \ && $PACK_JAR \ |