gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32834 - gnunet-java-ext


From: gnunet
Subject: [GNUnet-SVN] r32834 - gnunet-java-ext
Date: Sun, 30 Mar 2014 23:51:21 +0200

Author: dold
Date: 2014-03-30 23:51:20 +0200 (Sun, 30 Mar 2014)
New Revision: 32834

Modified:
   gnunet-java-ext/build.gradle
Log:
use ivy repo in svn

Modified: gnunet-java-ext/build.gradle
===================================================================
--- gnunet-java-ext/build.gradle        2014-03-30 21:41:58 UTC (rev 32833)
+++ gnunet-java-ext/build.gradle        2014-03-30 21:51:20 UTC (rev 32834)
@@ -6,11 +6,9 @@
 
 buildDir = "$projectDir/build-gradle"
 
-if (null != System.getenv('GNUNET_JAVA_IVY')) {
-  repositories {
-    ivy {
-      url System.getenv('GNUNET_JAVA_IVY')
-    }
+repositories {
+  ivy {
+    url "https://gnunet.org/svn/gnunet-java/ivy-repo/";
   }
 }
 
@@ -25,9 +23,6 @@
 
 compileJava.options.debugOptions.debugLevel = "source,lines,vars"
 
-/*
-TODO: should we really use the compile task for this?
-*/
 task msgtypes (type: JavaCompile) {
   description = "Updates the index of GNUnet message types known to 
gnunet-java."
   classpath = project.sourceSets.main.runtimeClasspath




reply via email to

[Prev in Thread] Current Thread [Next in Thread]