Skip to content

Commit

Permalink
版本更新至1.4.3,并更新patchPluginXml直至版本243.*
Browse files Browse the repository at this point in the history
Signed-off-by: shker <[email protected]>
  • Loading branch information
shiker1996 committed Oct 16, 2024
1 parent faa6f0b commit d79698c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "tech.shiker"
version = "1.4.2"
version = "1.4.3"

repositories {
maven { url 'https://maven.aliyun.com/repository/central/' }
Expand Down Expand Up @@ -35,6 +35,7 @@ tasks.withType(JavaCompile).configureEach {
patchPluginXml {
//注意这个版本号不能高于上面intellij的version,否则runIde会报错
sinceBuild = '231'
untilBuild = '243.*'
}

publishing {
Expand Down

0 comments on commit d79698c

Please sign in to comment.