From 2618797b03907a3ae79982cbd7f72f02cafa9781 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Fri, 29 Aug 2014 15:13:28 +0200 Subject: removed local upload repos --- pdf-as-cli/build.gradle | 8 -------- pdf-as-common/build.gradle | 7 ------- pdf-as-legacy/build.gradle | 6 ------ pdf-as-lib/build.gradle | 8 -------- pdf-as-web-client/build.gradle | 8 -------- signature-standards/sigs-pades/build.gradle | 8 -------- signature-standards/sigs-pkcs7detached/build.gradle | 7 ------- 7 files changed, 52 deletions(-) diff --git a/pdf-as-cli/build.gradle b/pdf-as-cli/build.gradle index 383e0c8e..5b3302ef 100644 --- a/pdf-as-cli/build.gradle +++ b/pdf-as-cli/build.gradle @@ -31,11 +31,3 @@ dependencies { test { systemProperties 'property': 'value' } - -uploadArchives { - repositories { - flatDir { - dirs 'repos' - } - } -} diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle index 407c30dd..20378444 100644 --- a/pdf-as-common/build.gradle +++ b/pdf-as-common/build.gradle @@ -29,10 +29,3 @@ test { systemProperties 'property': 'value' } -uploadArchives { - repositories { - flatDir { - dirs 'repos' - } - } -} diff --git a/pdf-as-legacy/build.gradle b/pdf-as-legacy/build.gradle index 03a016ab..10ef2be9 100644 --- a/pdf-as-legacy/build.gradle +++ b/pdf-as-legacy/build.gradle @@ -55,9 +55,3 @@ distributions { } } } - -uploadArchives { - repositories { - flatDir { dirs 'repos' } - } -} diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle index a5d90939..c8e4e75f 100644 --- a/pdf-as-lib/build.gradle +++ b/pdf-as-lib/build.gradle @@ -118,11 +118,3 @@ distributions { } } } - -uploadArchives { - repositories { - flatDir { - dirs 'repos' - } - } -} diff --git a/pdf-as-web-client/build.gradle b/pdf-as-web-client/build.gradle index c6fdb479..b506564a 100644 --- a/pdf-as-web-client/build.gradle +++ b/pdf-as-web-client/build.gradle @@ -21,11 +21,3 @@ dependencies { test { systemProperties 'property': 'value' } - -uploadArchives { - repositories { - flatDir { - dirs 'repos' - } - } -} diff --git a/signature-standards/sigs-pades/build.gradle b/signature-standards/sigs-pades/build.gradle index 871ef92d..0a0c471e 100644 --- a/signature-standards/sigs-pades/build.gradle +++ b/signature-standards/sigs-pades/build.gradle @@ -27,11 +27,3 @@ dependencies { test { systemProperties 'property': 'value' } - -uploadArchives { - repositories { - flatDir { - dirs 'repos' - } - } -} diff --git a/signature-standards/sigs-pkcs7detached/build.gradle b/signature-standards/sigs-pkcs7detached/build.gradle index 5b9d68bc..9a30feeb 100644 --- a/signature-standards/sigs-pkcs7detached/build.gradle +++ b/signature-standards/sigs-pkcs7detached/build.gradle @@ -28,10 +28,3 @@ test { systemProperties 'property': 'value' } -uploadArchives { - repositories { - flatDir { - dirs 'repos' - } - } -} -- cgit v1.2.3