diff options
author | dimdim11 <dimdim11@yandex-team.com> | 2024-11-11 07:53:20 +0300 |
---|---|---|
committer | dimdim11 <dimdim11@yandex-team.com> | 2024-11-11 08:07:47 +0300 |
commit | 96fe69bacb64fa8f677588717d5cc139117cb761 (patch) | |
tree | b283f1f2cc9d7ec04af82404f3dcf0c5b15f6dc1 /build/conf/java.conf | |
parent | 957f86df328db96cde860a1f5c8ba564358688a3 (diff) | |
download | ydb-96fe69bacb64fa8f677588717d5cc139117cb761.tar.gz |
Support WITH_KOTLIN_GRPC for ya ide gradle
Support WITH_KOTLIN_GRPC for ya ide gradle
commit_hash:3393b00307a4160894a72e073eb2eeb9e8f0d747
Diffstat (limited to 'build/conf/java.conf')
-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 39fd1835d4..4bce6eb2e5 100644 --- a/build/conf/java.conf +++ b/build/conf/java.conf @@ -1985,6 +1985,7 @@ DETEKT_VERSION=1.23.7 _KOTLIN_SEM= \ ${_WITH_KOTLIN_SEM} \ ${_KOTLIN_VERSION_SEM} \ + ${_WITH_KOTLIN_GRPC_SEM} \ ${_WITH_KOTLINC_PLUGIN_ALLOPEN_SEM} \ ${_WITH_KOTLINC_PLUGIN_LOMBOK_SEM} \ ${_WITH_KOTLINC_PLUGIN_NOARG_SEM} \ |