Skip to content

Commit

Permalink
support version 232.*
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickPang committed Jul 29, 2023
1 parent 6134600 commit 48d6d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tasks{
// channels 'eap', 'nightly', 'default'
// }
patchPluginXml {
sinceBuild = '231'
sinceBuild = '232'
untilBuild = '232.*'
pluginDescription = provider {readmeXmlAsHtml()}
changeNotes = provider {changeLogAsHtml()}
Expand Down

0 comments on commit 48d6d45

Please sign in to comment.