mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 22:58:50 +07:00
Linting
This commit is contained in:
@ -125,7 +125,7 @@ tasks.register<Zip>("zipLinuxFilesForJar") {
|
||||
|
||||
tasks.register("packr") {
|
||||
for(platform in PackrConfig.Platform.values())
|
||||
finalizedBy("packr${platform.toString()}")
|
||||
finalizedBy("packr$platform")
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user