mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 13:16:44 +00:00
followup #2
This commit is contained in:
parent
a62b14c8e4
commit
c4d0e4bac9
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ compileJava {
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
doFirst {
|
doFirst {
|
||||||
delete file("$buildDir/resources/main/com/sparrowwallet/sparrow/about.fxml")
|
delete files("$buildDir/resources/main/com/sparrowwallet/sparrow/about.fxml")
|
||||||
}
|
}
|
||||||
doLast {
|
doLast {
|
||||||
delete fileTree("$buildDir/resources/main/native").matching {
|
delete fileTree("$buildDir/resources/main/native").matching {
|
||||||
|
|
Loading…
Reference in a new issue