Skip to content

Commit

Permalink
Merge pull request #87 from NipunaRanasinghe/master
Browse files Browse the repository at this point in the history
Extend plugin compatibility to always support the latest IDE version
  • Loading branch information
NipunaRanasinghe authored Nov 26, 2024
2 parents 93e70a7 + 74fa9ba commit 0d3f905
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ tasks.withType(JavaCompile) {

patchPluginXml {
sinceBuild = project.sinceBuild
sinceBuild = provider { null }
}

signPlugin {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ targetCompatibility=17

# Plugin XML Patching
sinceBuild=222
untilBuild=242

0 comments on commit 0d3f905

Please sign in to comment.