manually define kord version bc build broke somehow, also set the datacollection during build arleady
This commit is contained in:
parent
847e46c8ee
commit
d263cf39b9
2 changed files with 2 additions and 3 deletions
|
@ -32,12 +32,12 @@ dependencies {
|
|||
|
||||
kordEx {
|
||||
kordExVersion = "2.2.1-SNAPSHOT"
|
||||
|
||||
kordVersion = "0.16.0-SNAPSHOT"
|
||||
jvmTarget = 21
|
||||
|
||||
bot {
|
||||
// See https://docs.kordex.dev/data-collection.html
|
||||
dataCollection(DataCollection.Standard)
|
||||
dataCollection(DataCollection.None)
|
||||
|
||||
mainClass = "dev.jansel.feixiao.AppKt"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue