feat: config version and improvements
This commit is contained in:
parent
29e50966fd
commit
a064352492
17 changed files with 198 additions and 53 deletions
|
@ -70,6 +70,9 @@ tasks {
|
|||
processResources {
|
||||
from("src/main/resources")
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
filesMatching("config.yml") {
|
||||
expand("version" to version)
|
||||
}
|
||||
filesMatching("plugin.yml") {
|
||||
expand("version" to version)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue