Skip to content

Commit 0dec831

Browse files
committed
fix(toolkit): fix incompatible version warning
1 parent bc11847 commit 0dec831

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

buildSrc/src/main/kotlin/toolkit-publish-root-conventions.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ plugins {
1414

1515
tasks.withType<PatchPluginXmlTask>().configureEach {
1616
sinceBuild.set(toolkitIntelliJ.ideProfile().map { it.sinceVersion })
17-
untilBuild.set(toolkitIntelliJ.ideProfile().map { it.untilVersion })
1817
}
1918

2019
intellijPlatform {

plugins/toolkit/jetbrains-core/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
<vendor email="[email protected]" url="https://github.com/aws/aws-toolkit-jetbrains">AWS</vendor>
7171
<!-- 223.7571.182 is 2022.3 Stable -->
72-
<idea-version since-build="223.7571.182" until-build="224.*"/>
72+
<idea-version since-build="223.7571.182" />
7373

7474
<!-- a 'resource-bundle' declaration under <idea-plugin> declares the global default for the entire plugin -->
7575
<!-- use the 'resource-bundle' attribute in 'actions' tag if another bundle is needed -->

0 commit comments

Comments
 (0)