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