mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03: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:
parent
ddfbd1cc47
commit
9ff77cfd1a
1 changed files with 1 additions and 0 deletions
|
|
@ -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'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue