add first database revision
This commit is contained in:
parent
69a08ce6d4
commit
65e4a3d77c
10 changed files with 192 additions and 47 deletions
|
@ -20,6 +20,7 @@ dependencies {
|
|||
implementation(libs.kx.ser)
|
||||
implementation(libs.kx.coroutines)
|
||||
implementation(libs.twitch4j)
|
||||
implementation(libs.kmongo)
|
||||
|
||||
// Logging dependencies
|
||||
implementation(libs.groovy)
|
||||
|
@ -32,6 +33,8 @@ dependencies {
|
|||
kordEx {
|
||||
kordExVersion = "2.3.1-SNAPSHOT"
|
||||
|
||||
jvmTarget = 21
|
||||
|
||||
bot {
|
||||
// See https://docs.kordex.dev/data-collection.html
|
||||
dataCollection(DataCollection.Standard)
|
||||
|
@ -79,3 +82,8 @@ docker {
|
|||
)
|
||||
}
|
||||
}
|
||||
|
||||
tasks.wrapper {
|
||||
gradleVersion = "8.10.2"
|
||||
distributionType = Wrapper.DistributionType.BIN
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue