mirror of
https://github.com/Auxilor/Reforges.git
synced 2026-01-06 15:51:32 +00:00
Fixed yml parsing
This commit is contained in:
@@ -63,7 +63,7 @@ allprojects {
|
||||
}
|
||||
|
||||
processResources {
|
||||
filesNotMatching(["**/*.png", "**/models/**", "**/textures/**"]) {
|
||||
filesNotMatching(["**/*.png", "**/models/**", "**/textures/**", "**reforges.yml"]) {
|
||||
expand projectVersion: project.version
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user