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-07-26 07:39:44 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
016bb801236bbce40683b4811c9d0d71c5058385
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-18 23:14:01 +02: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 11:43:53 +03:00
}
Reference in New Issue
Copy Permalink