1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Tech | Remove github.properties in order to avoid leaking sensitive data. Added comment.

This commit is contained in:
E. Kozlov 2021-05-27 17:13:38 +03:00
parent 920025c9ed
commit 07f139c770

View file

@ -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')))