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-web-client | |
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-web-client')
-rw-r--r-- | pdf-as-web-client/build.gradle | 8 |
1 files changed, 0 insertions, 8 deletions
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' - } - } -} |