diff options
author | spreis <spreis@yandex-team.com> | 2023-08-01 13:22:50 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2023-08-01 13:22:50 +0300 |
commit | d0b97af642d4caab6521eb1879386d68326edb8d (patch) | |
tree | cf009304e3e6e57fa5d5af5c52fe8aea4208883c | |
parent | a3b63938a35abe460ed6b601e55e57bb44449c83 (diff) | |
download | ydb-d0b97af642d4caab6521eb1879386d68326edb8d.tar.gz |
Enable java tests modules invalidation on canondata change
-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 0236fc656e..8943a0dcbc 100644 --- a/build/conf/java.conf +++ b/build/conf/java.conf @@ -990,6 +990,7 @@ module _JAR_TEST: _COMPILABLE_JAR_BASE { ENABLE(YMAKE_JAVA_TEST) JAVA_TEST() CHECK_PROVIDES() + SET_APPEND(_MAKEFILE_INCLUDE_LIKE_DEPS canondata/result.json) } # tag:java-specific |