fix(intellij): update supported version range. (#903)
parent
1583e76994
commit
e7741114ca
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "com.tabbyml"
|
||||
version = "1.1.1"
|
||||
version = "1.2.0-dev"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
@ -33,7 +33,7 @@ tasks {
|
|||
|
||||
patchPluginXml {
|
||||
sinceBuild.set("222")
|
||||
untilBuild.set("232.*")
|
||||
untilBuild.set("233.*")
|
||||
changeNotes.set(provider {
|
||||
changelog.renderItem(
|
||||
changelog.getLatest(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue