From 07f139c77086934ba71fc224ab891de8461bb661 Mon Sep 17 00:00:00 2001 From: "E. Kozlov" Date: Thu, 27 May 2021 17:13:38 +0300 Subject: [PATCH] Tech | Remove github.properties in order to avoid leaking sensitive data. Added comment. --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 64171c8464..1463be2ed5 100644 --- a/build.gradle +++ b/build.gradle @@ -36,6 +36,10 @@ buildscript { } } +/** + * Create github.properties in root project folder file + * with gpr.usr=GITHUB_USER_ID & gpr.key=PERSONAL_ACCESS_TOKEN + */ def githubProperties = new Properties() githubProperties.load(new FileInputStream(rootProject.file('github.properties')))