Skip to content

Commit

Permalink
build: 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Oct 26, 2021
1 parent baf41bc commit 30a2129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "xyz.cssxsh"
version = "1.3.0"
version = "1.3.1"

mavenCentralPublish {
useCentralS01()
Expand All @@ -28,18 +28,7 @@ repositories {

kotlin {
sourceSets {
all {
// languageSettings.useExperimentalAnnotation("kotlin.RequiresOptIn")
// languageSettings.useExperimentalAnnotation("kotlin.ExperimentalStdlibApi")
// languageSettings.useExperimentalAnnotation("io.ktor.util.KtorExperimentalAPI")
// languageSettings.useExperimentalAnnotation("kotlinx.serialization.InternalSerializationApi")
// languageSettings.useExperimentalAnnotation("kotlinx.serialization.ExperimentalSerializationApi")
// languageSettings.useExperimentalAnnotation("net.mamoe.mirai.console.util.ConsoleExperimentalApi")
// languageSettings.useExperimentalAnnotation("net.mamoe.mirai.utils.MiraiExperimentalApi")
}
test {
// languageSettings.useExperimentalAnnotation("net.mamoe.mirai.console.ConsoleFrontEndImplementation")
}
//
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import xyz.cssxsh.arknights.*
import xyz.cssxsh.mirai.plugin.command.*

object ArknightsHelperPlugin : KotlinPlugin(
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "1.3.0") {
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "1.3.1") {
name("arknights-helper")
author("cssxsh")
}
Expand Down

0 comments on commit 30a2129

Please sign in to comment.