Skip to content

Commit

Permalink
Update kordex due to some strange issues in lilybot
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Dec 11, 2024
1 parent 41239bf commit 4b87175
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

object Meta {
const val PROJECT_VERSION = "0.3.0-rc.1"
const val PROJECT_VERSION = "0.3.0-rc.2"
const val DESCRIPTION = "Generate documentation for KordEx bots!"
const val GITHUB_REPO = "HyacinthBots/doc-generator"
const val RELEASE = "https://s01.oss.sonatype.org/content/repositories/releases/"
Expand Down Expand Up @@ -50,13 +50,8 @@ repositories {
mavenCentral()

maven {
name = "Sonatype Snapshots (Legacy)"
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
}

maven {
name = "Sonatype Snapshots"
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
name = "Kord Snapshots"
url = uri("https://repo.kord.dev/snapshots")
}

maven {
Expand All @@ -68,6 +63,16 @@ repositories {
name = "Kord Extensions (Releases)"
url = uri("https://releases-repo.kordex.dev")
}

maven {
name = "Sonatype Snapshots (Legacy)"
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
}

maven {
name = "Sonatype Snapshots"
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
}
}

dependencies {
Expand All @@ -83,7 +88,7 @@ dependencies {
}

kordEx {
kordExVersion = "2.3.1-SNAPSHOT"
kordExVersion = "2.3.1-20241123.224536-17"
ignoreIncompatibleKotlinVersion = true

i18n {
Expand Down

0 comments on commit 4b87175

Please sign in to comment.