From 6c1e41ba1050c92f4b615f7e857e0d085120a242 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 16 Oct 2020 20:48:11 +0530 Subject: Revamp build configuration (#1156) * release: move scripts to scripts directory Signed-off-by: Harsh Shandilya * Move CI secrets to secrets directory Signed-off-by: Harsh Shandilya * gradle: uprev to 6.7 Signed-off-by: Harsh Shandilya * gradle: suppress warnings about unsupported options Signed-off-by: Harsh Shandilya * build: update dependencies Signed-off-by: Harsh Shandilya * build: move Gradle plugins to ext Signed-off-by: Harsh Shandilya * build: move configuration tasks to buildSrc Signed-off-by: Harsh Shandilya * CHANGELOG: add entry for #1137 Signed-off-by: Harsh Shandilya * Fix lint warnings Signed-off-by: Harsh Shandilya --- secrets/keystore.cipher | Bin 0 -> 4336 bytes secrets/props.cipher | Bin 0 -> 144 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 secrets/keystore.cipher create mode 100644 secrets/props.cipher (limited to 'secrets') diff --git a/secrets/keystore.cipher b/secrets/keystore.cipher new file mode 100644 index 00000000..900e3685 Binary files /dev/null and b/secrets/keystore.cipher differ diff --git a/secrets/props.cipher b/secrets/props.cipher new file mode 100644 index 00000000..4ea92b1b Binary files /dev/null and b/secrets/props.cipher differ -- cgit v1.2.3