mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-11 12:35:53 +00:00
Don't run cleanNative with every clean.
This commit is contained in:
parent
f3cbd11607
commit
8e2b50e2ff
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ task cleanNative(type: Delete) {
|
||||||
delete 'ext/syncthing/bin/'
|
delete 'ext/syncthing/bin/'
|
||||||
delete 'ext/syncthing/pkg/'
|
delete 'ext/syncthing/pkg/'
|
||||||
}
|
}
|
||||||
clean.dependsOn cleanNative
|
|
||||||
|
|
||||||
play {
|
play {
|
||||||
jsonFile = file('keys.json')
|
jsonFile = file('keys.json')
|
||||||
|
|
Loading…
Reference in a new issue