mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-03 05:13:57 -04:00
build: clean buildSrc/build
The buildSrc directory contains custom build logic written in Kotlin. Before this change we had to 'scandelete' buildSrc/build in the build recipes becase 'gradle clean' leaves binary artifacts there.
This commit is contained in:
committed by
Hans-Christoph Steiner
parent
ddfbd1cc47
commit
9ff77cfd1a
@@ -493,6 +493,7 @@ def build_local(app, build, vcs, build_dir, output_dir, log_dir, srclib_dir, ext
|
||||
os.path.join('build', 'outputs'),
|
||||
os.path.join('build', 'reports'),
|
||||
os.path.join('build', 'tmp'),
|
||||
os.path.join('buildSrc', 'build'),
|
||||
'.gradle'])
|
||||
del_files(['gradlew', 'gradlew.bat'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user