diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-08-01 09:36:42 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2023-08-01 09:36:42 +0300 |
commit | e4a0e9c847adf0267248aadfddf5f5095489fd11 (patch) | |
tree | 04b4d0ba8516ebbc874d079383c0b776399deebc | |
parent | 6a4f8b49f19f25d926ba77fa6621017caf6c0c54 (diff) | |
download | ydb-e4a0e9c847adf0267248aadfddf5f5095489fd11.tar.gz |
switch .PEERDIR_POLICY for JAVA_CONTRIB from as_build_from to as_include
-rw-r--r-- | build/conf/java.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/java.conf b/build/conf/java.conf index 8ce243e21c5..0236fc656e1 100644 --- a/build/conf/java.conf +++ b/build/conf/java.conf @@ -423,6 +423,7 @@ JAVA_CONTRIB_SEM= \ # tag:java-specific module JAVA_CONTRIB: _JAR_BASE { .CMD=FETCH_CONTRIB_JAR + .PEERDIR_POLICY=as_include .SEM=JAVA_CONTRIB_SEM .FINAL_TARGET=yes .GLOBAL=MAVEN_EXPORT_COORDS EXPORT_GRADLE_PROJECT_COORDS |