Skip to content

Commit

Permalink
build: 调整构建目标, 不再要求最高版本
Browse files Browse the repository at this point in the history
  • Loading branch information
suiyun39 committed Apr 6, 2023
1 parent 351aebc commit 97acecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
version.set("2022.3.2")
version.set("2023.1")
type.set("IC") // Target IDE Platform

plugins.set(listOf(/* Plugin Dependencies */))
Expand All @@ -32,7 +32,7 @@ tasks {

patchPluginXml {
sinceBuild.set("223")
untilBuild.set("223.*")
// untilBuild.set("223.*")
}

signPlugin {
Expand Down

0 comments on commit 97acecd

Please sign in to comment.