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:
SwallowedException:
active: false
TooGenericExceptionThrown:
active: false
TooGenericExceptionCaught:
active: false
ThrowingExceptionsWithoutMessageOrCause:

View file

@ -24,7 +24,7 @@ org.gradle.parallel=true
org.gradle.priority=normal
# Versioning
versionCodename=Sugarcane
versionCodename=Versneld
versionRelease=1
versionType=alpha
versionTyperelease=10

View file

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