Skip to content

Commit

Permalink
build: 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Sep 22, 2022
1 parent a965641 commit 23a5687
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ plugins {
kotlin("jvm") version "1.7.10"
kotlin("plugin.serialization") version "1.7.10"

id("net.mamoe.mirai-console") version "2.12.1"
id("net.mamoe.mirai-console") version "2.12.3"
id("me.him188.maven-central-publish") version "1.0.0-dev-3"
}

group = "xyz.cssxsh.mirai"
version = "1.1.1"
version = "1.1.2"

mavenCentralPublish {
useCentralS01()
singleDevGithubProject("cssxsh", "mirai-device-generator")
licenseFromGitHubProject("AGPL-3.0")
workingDir = System.getenv("PUBLICATION_TEMP")?.let { file(it).resolve(projectName) }
?: project.buildDir.resolve("publishing-tmp")
?: buildDir.resolve("publishing-tmp")
publication {
artifact(tasks.getByName("buildPlugin"))
artifact(tasks["buildPlugin"])
}
}

Expand All @@ -26,7 +26,7 @@ repositories {
}

dependencies {
compileOnly("net.mamoe:mirai-core-utils:2.12.1")
compileOnly("net.mamoe:mirai-core-utils:2.12.3")

testImplementation(kotlin("test"))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public object MiraiDevicePlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.mirai-device-generator",
name = "mirai-device-generator",
version = "1.1.1",
version = "1.1.2",
) {
author("cssxsh")
}
Expand Down

0 comments on commit 23a5687

Please sign in to comment.