add free replay redeem, one change comes later if its working right

This commit is contained in:
Jannik Reimers 2025-04-16 11:02:26 +02:00
parent 7f2641c7bb
commit 1177e3ad29
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0
10 changed files with 563 additions and 694 deletions

View file

@ -7,8 +7,6 @@ plugins {
alias(libs.plugins.kotlin.jvm)
alias(libs.plugins.kotlin.serialization)
alias(libs.plugins.detekt)
alias(libs.plugins.kordex.docker)
alias(libs.plugins.kordex.plugin)
}
@ -17,7 +15,6 @@ group = "dev.jansel.aglaea"
version = "7.2.7"
dependencies {
detektPlugins(libs.detekt)
implementation(libs.kotlin.stdlib)
implementation(libs.kx.ser)
@ -66,12 +63,6 @@ kordEx {
}
}
detekt {
buildUponDefaultConfig = true
config.from(rootProject.files("detekt.yml"))
}
// Automatically generate a Dockerfile. Set `generateOnBuild` to `false` if you'd prefer to manually run the
// `createDockerfile` task instead of having it run whenever you build.
docker {