diff options
Diffstat (limited to 'signature-standards')
-rw-r--r-- | signature-standards/sigs-pades/build.gradle | 8 | ||||
-rw-r--r-- | signature-standards/sigs-pkcs7detached/build.gradle | 7 |
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' - } - } -} |