chiark / gitweb /
build: don't remove wrapper dir gradle/
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 8 Mar 2016 23:50:14 +0000 (23:50 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 8 Mar 2016 23:50:14 +0000 (23:50 +0000)
commit261cbcd3ee143ddf9df49fe71243811cf54fd001
tree209bc511fda282f5a81f135d760eaa97b9d47ea6
parentace4834cf78eb6e37f95a878da7ef0c0415ccffe
build: don't remove wrapper dir gradle/

The point of removing these was to make sure that gradlew wasn't used,
and that our gradle was used instead. Removing the scripts already
accomplishes this.

Removing gradle/ should be harmless, but some apps like I2P re-use this
directory to also hold other stuff that is actually needed. So be safer
and don't remove it at all.
fdroidserver/build.py