refactor(build): expand to all yml (1.1.0-RC1)
This commit is contained in:
parent
ce8f21c268
commit
b394c7ef0c
3 changed files with 4 additions and 9 deletions
|
@ -71,10 +71,7 @@ tasks {
|
|||
processResources {
|
||||
from("src/main/resources")
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
filesMatching("config.yml") {
|
||||
expand("version" to version)
|
||||
}
|
||||
filesMatching("plugin.yml") {
|
||||
filesMatching("*.yml") {
|
||||
expand("version" to version)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue