Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ plugins {

tasks.withType<PatchPluginXmlTask>().configureEach {
sinceBuild.set(toolkitIntelliJ.ideProfile().map { it.sinceVersion })
untilBuild.set(toolkitIntelliJ.ideProfile().map { it.untilVersion })
}

intellijPlatform {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

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

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