Skip to content

Commit

Permalink
Speedup processResources (#7221)
Browse files Browse the repository at this point in the history
* Speedup processResources

Co-authored-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>

* Try path without ./ at the beginning

Co-authored-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>

Co-authored-by: Dominik Voigt <dominik.ingo.voigt@gmail.com>
  • Loading branch information
koppor and DominikVoigt authored Dec 21, 2020
1 parent 64f49b0 commit c8c1501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ processResources {
filteringCharset = 'UTF-8'
}

filesMatching("resource/**/meta.xml") {
filesMatching(["resources/resource/ods/meta.xml", "resources/resource/openoffice/meta.xml"]) {
expand version: project.version
}
}
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.vs.watch=true

0 comments on commit c8c1501

Please sign in to comment.