diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-08-29 15:13:28 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-08-29 15:13:28 +0200 |
commit | 2618797b03907a3ae79982cbd7f72f02cafa9781 (patch) | |
tree | 7a993c0228950558dd793c0dd624fb4a24de1a52 /pdf-as-common | |
parent | ffd1e0da6b73e2737f5cad0a6d3e82dbc3de206f (diff) | |
download | pdf-as-4-2618797b03907a3ae79982cbd7f72f02cafa9781.tar.gz pdf-as-4-2618797b03907a3ae79982cbd7f72f02cafa9781.tar.bz2 pdf-as-4-2618797b03907a3ae79982cbd7f72f02cafa9781.zip |
removed local upload repos
Diffstat (limited to 'pdf-as-common')
-rw-r--r-- | pdf-as-common/build.gradle | 7 |
1 files changed, 0 insertions, 7 deletions
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' - } - } -} |