diff options
author | Joe George <joe@zeroc.com> | 2014-11-13 11:59:07 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2014-11-13 12:01:03 -0500 |
commit | 201346c9bd2248526f604abd8bca7b67dc7cbd9a (patch) | |
tree | 387f68430f44cdebfa68f1cfd6da9fe85ed325e7 /java/src | |
parent | Do not hardcore version on top level README (diff) | |
download | ice-201346c9bd2248526f604abd8bca7b67dc7cbd9a.tar.bz2 ice-201346c9bd2248526f604abd8bca7b67dc7cbd9a.tar.xz ice-201346c9bd2248526f604abd8bca7b67dc7cbd9a.zip |
ICE-5888 - Change nexus repo location to repo.zeroc.com/nexus
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/IceGridGUI/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/build.gradle b/java/src/IceGridGUI/build.gradle index 996b752d57a..5854f65836b 100644 --- a/java/src/IceGridGUI/build.gradle +++ b/java/src/IceGridGUI/build.gradle @@ -61,7 +61,7 @@ jar { buildscript { repositories { maven { - url 'http://www.zeroc.com:8081/nexus/content/repositories/thirdparty' + url 'http://repo.zeroc.com/nexus/content/repositories/thirdparty' } } dependencies { |