aboutsummaryrefslogtreecommitdiff
path: root/signature-standards
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-08-29 15:13:28 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-08-29 15:13:28 +0200
commit2618797b03907a3ae79982cbd7f72f02cafa9781 (patch)
tree7a993c0228950558dd793c0dd624fb4a24de1a52 /signature-standards
parentffd1e0da6b73e2737f5cad0a6d3e82dbc3de206f (diff)
downloadpdf-as-4-2618797b03907a3ae79982cbd7f72f02cafa9781.tar.gz
pdf-as-4-2618797b03907a3ae79982cbd7f72f02cafa9781.tar.bz2
pdf-as-4-2618797b03907a3ae79982cbd7f72f02cafa9781.zip
removed local upload repos
Diffstat (limited to 'signature-standards')
-rw-r--r--signature-standards/sigs-pades/build.gradle8
-rw-r--r--signature-standards/sigs-pkcs7detached/build.gradle7
2 files changed, 0 insertions, 15 deletions
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'
- }
- }
-}