add free replay redeem, one change comes later if its working right
This commit is contained in:
parent
7f2641c7bb
commit
1177e3ad29
10 changed files with 563 additions and 694 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue