Skip to content

Commit

Permalink
Merge pull request #22 from shiker1996/feature-1.4.3
Browse files Browse the repository at this point in the history
版本更新至1.4.3,并更新patchPluginXml直至版本243.*
  • Loading branch information
shiker1996 authored Oct 16, 2024
2 parents 41aeff3 + d79698c commit 17b587c
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 17b587c

Please sign in to comment.