summaryrefslogtreecommitdiff
path: root/java-compat
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-12-09 09:50:54 +0100
committerJose <jose@zeroc.com>2016-12-09 09:50:54 +0100
commit0f716bc6cd4236e3d51be26d8aa8ee3b2d27536d (patch)
treee085ed0f5cbc582030ad964c4f3521320d621cc2 /java-compat
parentNuget updates to work without IceBuilder (diff)
downloadice-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.gradle6
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"