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:
|
exceptions:
|
||||||
SwallowedException:
|
SwallowedException:
|
||||||
active: false
|
active: false
|
||||||
|
TooGenericExceptionThrown:
|
||||||
|
active: false
|
||||||
TooGenericExceptionCaught:
|
TooGenericExceptionCaught:
|
||||||
active: false
|
active: false
|
||||||
ThrowingExceptionsWithoutMessageOrCause:
|
ThrowingExceptionsWithoutMessageOrCause:
|
||||||
|
|
|
@ -24,7 +24,7 @@ org.gradle.parallel=true
|
||||||
org.gradle.priority=normal
|
org.gradle.priority=normal
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
versionCodename=Sugarcane
|
versionCodename=Versneld
|
||||||
versionRelease=1
|
versionRelease=1
|
||||||
versionType=alpha
|
versionType=alpha
|
||||||
versionTyperelease=10
|
versionTyperelease=10
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
// Plugins
|
// Plugins
|
||||||
plugins {
|
plugins {
|
||||||
id("java")
|
|
||||||
id("application")
|
id("application")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue