change package from template to dev.jansel.aglaea
This commit is contained in:
parent
73efc57f32
commit
ad82dbd409
9 changed files with 42 additions and 14 deletions
|
@ -13,7 +13,7 @@ plugins {
|
|||
alias(libs.plugins.kordex.plugin)
|
||||
}
|
||||
|
||||
group = "template"
|
||||
group = "dev.jansel.aglaea"
|
||||
version = "1.0-SNAPSHOT"
|
||||
|
||||
dependencies {
|
||||
|
@ -53,12 +53,12 @@ kordEx {
|
|||
// See https://docs.kordex.dev/data-collection.html
|
||||
dataCollection(DataCollection.Standard)
|
||||
|
||||
mainClass = "template.AppKt"
|
||||
mainClass = "dev.jansel.aglaea.AppKt"
|
||||
}
|
||||
|
||||
i18n {
|
||||
classPackage = "template.i18n"
|
||||
translationBundle = "template.strings"
|
||||
classPackage = "dev.jansel.aglaea.i18n"
|
||||
translationBundle = "aglaea.strings"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue