Skip to content

Commit

Permalink
build: 1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Apr 29, 2022
1 parent 1dc659c commit bb0efbb
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ plugins {
kotlin("jvm") version "1.6.0"
kotlin("plugin.serialization") version "1.6.0"

id("net.mamoe.mirai-console") version "2.10.0"
id("net.mamoe.mirai-console") version "2.10.1"
id("net.mamoe.maven-central-publish") version "0.7.1"
}

group = "xyz.cssxsh"
version = "1.3.12"
version = "1.3.13"

mavenCentralPublish {
useCentralS01()
Expand All @@ -21,18 +21,11 @@ mavenCentralPublish {
repositories {
mavenLocal()
mavenCentral()
gradlePluginPortal()
}

mirai {
configureShadow {
exclude("module-info.class")
}
}

dependencies {
compileOnly("net.mamoe:mirai-core:2.10.0")
compileOnly("net.mamoe:mirai-core-utils:2.10.0")
compileOnly("net.mamoe:mirai-core:2.10.1")
compileOnly("net.mamoe:mirai-core-utils:2.10.1")

testImplementation(kotlin("test", "1.6.0"))
}
Expand Down

0 comments on commit bb0efbb

Please sign in to comment.