diff options
author | Jose <jose@zeroc.com> | 2016-12-09 09:50:54 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-12-09 09:50:54 +0100 |
commit | 0f716bc6cd4236e3d51be26d8aa8ee3b2d27536d (patch) | |
tree | e085ed0f5cbc582030ad964c4f3521320d621cc2 /java-compat | |
parent | Nuget updates to work without IceBuilder (diff) | |
download | ice-0f716bc6cd4236e3d51be26d8aa8ee3b2d27536d.tar.bz2 ice-0f716bc6cd4236e3d51be26d8aa8ee3b2d27536d.tar.xz ice-0f716bc6cd4236e3d51be26d8aa8ee3b2d27536d.zip |
Updates to support Windows binary distribution testing
Diffstat (limited to 'java-compat')
-rw-r--r-- | java-compat/build.gradle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java-compat/build.gradle b/java-compat/build.gradle index afbdc780744..f45ab200c31 100644 --- a/java-compat/build.gradle +++ b/java-compat/build.gradle @@ -26,6 +26,12 @@ subprojects { } } + if(this.devRepo) { + maven { + url this.devRepo + } + } + if(new File("/usr/share/maven-repo").exists()) { maven { url "/usr/share/maven-repo" |