work on the translation stuff in kordex that is required as of version 2.3
This commit is contained in:
parent
e36e5a2586
commit
1800f44941
7 changed files with 57 additions and 26 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue