aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2012-11-15 10:22:32 +0000
committerFlorian Dold <florian.dold@gmail.com>2012-11-15 10:22:32 +0000
commit54e58256064fb042d546964f06ff3e5b26a8a646 (patch)
tree793761cf7d26acd0c268ea0fe1742074c8ae0725 /build.gradle
parent65341adaefde3dbe38e6a6af3b6b5700df469563 (diff)
downloadgnunet-java-54e58256064fb042d546964f06ff3e5b26a8a646.tar.gz
gnunet-java-54e58256064fb042d546964f06ff3e5b26a8a646.zip
updated ISSUES, started implementing transport
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index f5ade14..2dd1717 100644
--- a/build.gradle
+++ b/build.gradle
@@ -108,7 +108,7 @@ task installer (type: Exec) {
108 outputs.file("$installerFile") 108 outputs.file("$installerFile")
109} 109}
110 110
111installer.dependsOn "build" 111installer.dependsOn "build","javadoc"
112 112
113installer.outputs.upToDateWhen { false } 113installer.outputs.upToDateWhen { false }
114 114