Skip to content

Commit

Permalink
fix: expand compatibility range (#99)
Browse files Browse the repository at this point in the history
expands the compatibility range for the plugin from `242.*` to `243.*`
  • Loading branch information
benmelz authored Jan 15, 2025
1 parent 7eefbae commit 7e1464c
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 @@ -49,7 +49,7 @@ tasks {

patchPluginXml {
sinceBuild.set("231")
untilBuild.set("242.*")
untilBuild.set("243.*")
}

signPlugin {
Expand Down

0 comments on commit 7e1464c

Please sign in to comment.