This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
Unciv
Watch
1
Star
0
Fork
0
You've already forked Unciv
mirror of
https://github.com/yairm210/Unciv.git
synced
2025-01-24 01:35:58 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dabd105cf8
Unciv
/
core
/
build.gradle.kts
11 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Gradle Kotlin DSL (#2634) * Ease migration to Gradle Kotlin DSL by changing quotes, function calls and plugin definitions * Migrate build scripts to Gradle Kotlin DSL
2020-05-19 04:14:01 +07:00
plugins {
id("kotlin")
}
sourceSets {
main {
java.srcDir("src/")
}
Fixed a couple warnings reported by code analysis (#9364) * fix: resolve EmptyCatchBlock warnings * fix: resolve PrintStackTrace warnings * fix: resolve SwallowedException warnings * fix: resolve ThrowingExceptionsWithoutMessageOrCause warnings * fix: resolve ConstructorParameterNaming warnings * fix: resolve FunctionParameterNaming warnings * fix: resolve InvalidPackageDeclaration warnings * fix: resolve ForEachOnRange warnings * fix: resolve ImplicitDefaultLocale warnings * fix: resolve MayBeConst warnings * fix: resolve NewLineAtEndOfFile warnings * fix: resolve UnusedParameter warnings * fix: resolve UtilityClassWithPublicConstructor warnings * fix: resolve WildcardImport warnings
2023-05-10 15:43:53 +07:00
}
Reference in New Issue
Copy Permalink