Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Tyley <roberto.tyley@gmail.com>2013-11-07 13:18:53 +0400
committerRoberto Tyley <roberto.tyley@gmail.com>2014-07-26 01:51:11 +0400
commit3fb19aec1426162ec6ead0f5d90cadb8b1b133d5 (patch)
tree50dc623fa3fa6e4806d7f84061a0273da05a32f9
parente84bdad47f03d6c0c0f19b5c113ba8923c775596 (diff)
Gradle: Remove mail the easiest way...
On Android, the dependencies make supporting bc-mail very hard. Previously I did an rm -Rf on the 'mail' folder of bc, but actually, just removing the include from settings is way more Git-friendly for rebasing.
-rw-r--r--settings.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle
index 68bbc4bb..f2a0485a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,5 +1,4 @@
include "core"
-include "mail"
include "pg"
include "pkix"
include "prov"