Skip to content

Commit

Permalink
build: 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jul 21, 2022
1 parent 9121566 commit db13961
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ plugins {
}

group = "xyz.cssxsh.mirai"
version = "2.2.0"
version = "2.2.1"

mavenCentralPublish {
useCentralS01()
singleDevGithubProject("cssxsh", "mirai-selenium-plugin")
licenseFromGitHubProject("AGPL-3.0", "master")
publication {
artifact(tasks.getByName("buildPlugin"))
artifact(tasks.getByName("buildPluginLegacy"))
}
}

Expand All @@ -43,6 +42,10 @@ kotlin {
explicitApi()
}

mirai {
jvmTarget = JavaVersion.VERSION_11
}

tasks {
test {
useJUnitPlatform()
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public object MiraiSeleniumPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.mirai-selenium-plugin",
name = "mirai-selenium-plugin",
version = "2.2.0",
version = "2.2.1",
) {
author("cssxsh")
}
Expand Down

0 comments on commit db13961

Please sign in to comment.