diff --git a/dist/detekt.yml b/dist/detekt.yml index 95c5c1f..692df6e 100644 --- a/dist/detekt.yml +++ b/dist/detekt.yml @@ -30,6 +30,8 @@ naming: exceptions: SwallowedException: active: false + TooGenericExceptionThrown: + active: false TooGenericExceptionCaught: active: false ThrowingExceptionsWithoutMessageOrCause: diff --git a/gradle.properties b/gradle.properties index 746923e..241e6ba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,7 +24,7 @@ org.gradle.parallel=true org.gradle.priority=normal # Versioning -versionCodename=Sugarcane +versionCodename=Versneld versionRelease=1 versionType=alpha versionTyperelease=10 diff --git a/testapp/build.gradle.kts b/testapp/build.gradle.kts index 1621e9a..ef43450 100644 --- a/testapp/build.gradle.kts +++ b/testapp/build.gradle.kts @@ -20,7 +20,6 @@ // Plugins plugins { - id("java") id("application") }