Skip to content

Commit

Permalink
build: 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Aug 4, 2022
1 parent 86384a2 commit a939aa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ plugins {
}

group = "io.github.gnuf0rce"
version = "1.3.5"
version = "1.3.6"

mavenCentralPublish {
useCentralS01()
singleDevGithubProject("gnuf0rce", "netdisk-filesync-plugin", "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 All @@ -30,6 +32,7 @@ dependencies {
exclude(group = "org.slf4j")
}
compileOnly("net.mamoe:mirai-core-utils:2.12.1")
compileOnly("xyz.cssxsh.mirai:mirai-hibernate-plugin:2.4.3")
//
testImplementation(kotlin("test"))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public object NetDiskFileSyncPlugin : KotlinPlugin(
JvmPluginDescription(
id = "io.github.gnuf0rce.file-sync",
name = "file-sync",
version = "1.3.5",
version = "1.3.6",
) {
author("cssxsh")
}
Expand Down

0 comments on commit a939aa8

Please sign in to comment.