Skip to content

Commit

Permalink
Support the latest ide version
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Oct 27, 2024
1 parent d6b14be commit 82a1fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tasks {
patchPluginXml {
version = properties("pluginVersion")
sinceBuild = properties("pluginSinceBuild")
// untilBuild = properties("pluginUntilBuild") //Commented to have compatibility with all IDEs starting from the version mentioned in sinceBuild
untilBuild = provider { null }

// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
pluginDescription = providers.fileContents(layout.projectDirectory.file("README.md")).asText.map {
Expand Down

0 comments on commit 82a1fce

Please sign in to comment.