diff --git a/openbis_all/source/bash/build/branch.sh b/openbis_all/source/bash/build/branch.sh
index ee9511cb2b26d28a05263122dece875b93e80080..b51286a1dd28aba2cbcd25d4b462a19104dbb2b5 100755
--- a/openbis_all/source/bash/build/branch.sh
+++ b/openbis_all/source/bash/build/branch.sh
@@ -93,7 +93,7 @@ done
 
 for project in $GRADLE_PROJECTS; do
 	cd tmp/$project;
-	./gradlew -Dopenbis.jenkins-build=true dependencyReport;
+	./gradlew dependencyReport;
 	cat targets/gradle/reports/project/dependencies.txt|egrep ^.---|grep \>|sort|uniq|awk '{print $2 ":" $4}'|awk -F: '{print "s/" $1 ":" $2 ":" $3 "/" $1 ":" $2 ":" $4 "/g"}' > sed_commands;
 	
 	for file in build.gradle javaproject.gradle gwtdev.gradle query-api.gradle proteomics-api.gradle screening-api.gradle admin-console.gradle clients.gradle; do