Don't process .ttf files.
This commit is contained in:
parent
c98057904a
commit
51662011b8
|
@ -86,7 +86,7 @@ allprojects {
|
|||
}
|
||||
}
|
||||
val modVersionPair: Pair<String, String> = "mod_version" to (rootProject.version as String)
|
||||
filesNotMatching("*.png") {
|
||||
filesNotMatching(listOf("*.png", "*/*.ttf")) {
|
||||
expand(mutableMapOf(modVersionPair))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue