work on the translation stuff in kordex that is required as of version 2.3

This commit is contained in:
Jannik Reimers 2024-11-27 23:13:31 +01:00
parent e36e5a2586
commit 1800f44941
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0
7 changed files with 57 additions and 26 deletions

View file

@ -32,8 +32,7 @@ dependencies {
}
kordEx {
kordExVersion = "2.2.1-SNAPSHOT"
kordVersion = "0.16.0-SNAPSHOT"
kordExVersion = "2.3.1-SNAPSHOT"
jvmTarget = 21
bot {
@ -42,6 +41,11 @@ kordEx {
mainClass = "dev.jansel.feixiao.AppKt"
}
i18n {
classPackage = "dev.jansel.feixiao.i18n"
translationBundle = "feixiao.strings"
}
}
// Automatically generate a Dockerfile. Set `generateOnBuild` to `false` if you'd prefer to manually run the
@ -85,6 +89,6 @@ docker {
}
tasks.wrapper {
gradleVersion = "8.10.2"
gradleVersion = "8.11.1"
distributionType = Wrapper.DistributionType.BIN
}