Update files

This commit is contained in:
JeremyStar™ 2024-12-19 02:49:15 +01:00
parent aa9200a372
commit b602897ff4
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
3 changed files with 3 additions and 2 deletions

2
dist/detekt.yml vendored
View file

@ -30,6 +30,8 @@ naming:
exceptions: exceptions:
SwallowedException: SwallowedException:
active: false active: false
TooGenericExceptionThrown:
active: false
TooGenericExceptionCaught: TooGenericExceptionCaught:
active: false active: false
ThrowingExceptionsWithoutMessageOrCause: ThrowingExceptionsWithoutMessageOrCause:

View file

@ -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

View file

@ -20,7 +20,6 @@
// Plugins // Plugins
plugins { plugins {
id("java")
id("application") id("application")
} }