Move gradle config for reproducible builds into init.gradle file

This commit is contained in:
Jonas Herzig
2017-09-02 14:19:36 +02:00
parent 95fc9a5248
commit ad3ff3e8ef
20 changed files with 28 additions and 321 deletions
Vendored
+1 -2
View File
@@ -7,8 +7,7 @@
##############################################################################
if [ "$REPRODUCIBLE_BUILD" == "1" ] && [ -f ./gradle/reprod/setup.sh ] && [ "$1" != "-Preprod" ]; then
./gradle/reprod/setup.sh || exit
./gradlew -Preprod "$@"
./gradle/reprod/setup.sh "$@"
exit
fi