Skip to content

Commit

Permalink
[skip ci] Maven please
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Jan 19, 2023
1 parent 523a097 commit ad8f546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.*
object Meta {
const val description = "Generate documentation for KordEx bots!"
const val githubRepo = "HyacinthBots/doc-generator"
const val release = "https://s01.oss.sonatype.org/service/local/"
const val release = "https://s01.oss.sonatype.org/content/repositories/releases/"
const val snapshot = "https://s01.oss.sonatype.org/content/repositories/snapshots/"

val version: String
Expand Down Expand Up @@ -41,7 +41,7 @@ plugins {
}

group = "org.hyacinthbots"
version = "0.1.1"
version = "0.1.1-legacy-klogging"
val javaVersion = 17

repositories {
Expand Down

0 comments on commit ad8f546

Please sign in to comment.