mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 07:18:57 +07:00
ci: improved detekt configuration and ci (#9380)
* ci: improved detekt configuration it still needs some work but it's getting there * detekt: separated errors from warnings Detekt doesn't currently have a mechanism for failing only on specific issues workaround suggested by the maintainer of Detekt * rebased on master * fix: resolve ExplicitItLambdaParameter * fix: fix last star import
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import com.unciv.build.BuildConfig
|
||||
import java.util.*
|
||||
import com.unciv.build.AndroidImagePacker
|
||||
import java.util.Properties
|
||||
|
||||
plugins {
|
||||
id("com.android.application")
|
||||
|
Reference in New Issue
Block a user