mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Don't delete .gitkeep when cleaning.
This commit is contained in:
@@ -80,7 +80,7 @@ task cleanJniLibs {
|
||||
inputs.dir jniLibsDir
|
||||
outputs.dir jniLibsDir
|
||||
doLast {
|
||||
delete fileTree(jniLibsDir)
|
||||
delete fileTree(jniLibsDir).filter { it.name.endsWith('.so') }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user