-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Third party report code conventions #373
Conversation
ad11346
to
4decf60
Compare
@@ -22,9 +23,11 @@ dependencyResolutionManagement { | |||
} | |||
} | |||
|
|||
val kasperskyRepoUrl: String? by settings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это какой-то секрет? Откуда он будет тянуться при публикации?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Да, безопасность запрещает публиковать ссылку на внутренний репозиторий
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RuslanMingaliev для релиза мы будем скачивать с локальных ресурсов патч, накатывать его и отправлять отчеты для получения апрува на релиз
@@ -0,0 +1,3 @@ | |||
plugins { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Почему это convention плагин? Не вижу никакой настройки
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вот тут как раз прописываются зависимости, нужные для конвеншна
Этот файл вместе с convention.air.gradle.kts и convention.third-party-report.gradle.kts оставлены пустыми, чтобы проект продолжал собираться.
@@ -0,0 +1 @@ | |||
// Please do not remove this file. This file is used for new releases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не понимаю, для чего вообще этот PR :)
Добавь, пожалуйста, контекста к описанию PR в формате "Какую проблему решал - Что сделал - Что дальше"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Обновил описание
Guys I think we should use English as it is a an international open-source :) We have non-russian speaking contributors. |
@RuslanMingaliev hey! |
# Conflicts: # build.gradle.kts # gradle/libs.versions.toml
В этом ПРе создается модуль с конвеншнами для сборки third-party-code отчетов.
Сами конвеншны пустые и ссылка на репозиторий хранится в пропертях из-за политики безопасности в Лаборатории Касперского.
Генерируем мы эти отчеты в контуре ЛК следующим образом: