Update files
This commit is contained in:
parent
aa9200a372
commit
b602897ff4
3 changed files with 3 additions and 2 deletions
2
dist/detekt.yml
vendored
2
dist/detekt.yml
vendored
|
@ -30,6 +30,8 @@ naming:
|
|||
exceptions:
|
||||
SwallowedException:
|
||||
active: false
|
||||
TooGenericExceptionThrown:
|
||||
active: false
|
||||
TooGenericExceptionCaught:
|
||||
active: false
|
||||
ThrowingExceptionsWithoutMessageOrCause:
|
||||
|
|
|
@ -24,7 +24,7 @@ org.gradle.parallel=true
|
|||
org.gradle.priority=normal
|
||||
|
||||
# Versioning
|
||||
versionCodename=Sugarcane
|
||||
versionCodename=Versneld
|
||||
versionRelease=1
|
||||
versionType=alpha
|
||||
versionTyperelease=10
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
// Plugins
|
||||
plugins {
|
||||
id("java")
|
||||
id("application")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue