Skip to content

Commit

Permalink
build: 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Aug 5, 2022
1 parent adc0d68 commit 7a717ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
kotlin("plugin.serialization") version "1.7.10"

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

group = "io.github.gnuf0rce"
Expand All @@ -13,6 +13,8 @@ mavenCentralPublish {
useCentralS01()
singleDevGithubProject("gnuf0rce", "rss-helper", "cssxsh")
licenseFromGitHubProject("AGPL-3.0", "master")
workingDir = System.getenv("PUBLICATION_TEMP")?.let { file(it).resolve(projectName) }
?: project.buildDir.resolve("publishing-tmp")
publication {
artifact(tasks.getByName("buildPlugin"))
}
Expand Down Expand Up @@ -55,7 +57,7 @@ dependencies {
compileOnly("net.mamoe:mirai-core:2.12.1")
compileOnly("net.mamoe:mirai-core-utils:2.12.1")
// test
testImplementation(kotlin("test", "1.7.0"))
testImplementation(kotlin("test"))
}

mirai {
Expand Down

0 comments on commit 7a717ed

Please sign in to comment.