Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 23a5687

Browse files
committed
build: 1.1.2
1 parent a965641 commit 23a5687

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎build.gradle.kts‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ plugins {
22
kotlin("jvm") version "1.7.10"
33
kotlin("plugin.serialization") version "1.7.10"
44

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

99
group = "xyz.cssxsh.mirai"
10-
version = "1.1.1"
10+
version = "1.1.2"
1111

1212
mavenCentralPublish {
1313
useCentralS01()
1414
singleDevGithubProject("cssxsh", "mirai-device-generator")
1515
licenseFromGitHubProject("AGPL-3.0")
1616
workingDir = System.getenv("PUBLICATION_TEMP")?.let { file(it).resolve(projectName) }
17-
?: project.buildDir.resolve("publishing-tmp")
17+
?: buildDir.resolve("publishing-tmp")
1818
publication {
19-
artifact(tasks.getByName("buildPlugin"))
19+
artifact(tasks["buildPlugin"])
2020
}
2121
}
2222

@@ -26,7 +26,7 @@ repositories {
2626
}
2727

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

3131
testImplementation(kotlin("test"))
3232
}

‎src/main/kotlin/xyz/cssxsh/mirai/device/MiraiDevicePlugin.kt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public object MiraiDevicePlugin : KotlinPlugin(
99
JvmPluginDescription(
1010
id = "xyz.cssxsh.mirai.mirai-device-generator",
1111
name = "mirai-device-generator",
12-
version = "1.1.1",
12+
version = "1.1.2",
1313
) {
1414
author("cssxsh")
1515
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /